Skip to main content
GET
/
analysis
/
cloud
/
gcp
/
{analysisId}
/
systems
List systems included in a GCP analysis
curl --request GET \
  --url https://{host}/analysis/cloud/gcp/{analysisId}/systems
[
  {
    "serviceType": "Compute Engine",
    "resourceId": "4390409739570762220",
    "powerState": "Running",
    "currentType": "n1-standard-8",
    "displayName": "gl08.mln_gas-286",
    "entityId": "00d60166-b9a5-4825-990e-a2efeb3caa32",
    "href": "/systems/00d60166-b9a5-4825-990e-a2efeb3caa32"
  },
  {
    "serviceType": "Compute Engine",
    "resourceId": "4090399486108714123",
    "powerState": "Running",
    "currentType": "n1-highmem-8",
    "displayName": "gl08.hosa_far-348",
    "entityId": "02cbfdb5-3a0d-4ecb-8732-c6f04cfcf7f9",
    "href": "/systems/02cbfdb5-3a0d-4ecb-8732-c6f04cfcf7f9"
  }
]

Path Parameters

analysisId
string
required

Unique ID of the GCP analysis.

Response

Array of systems in the analysis

serviceType
string
required

Cloud service type (i.e., "Compute Engine").

resourceId
string
required

GCP unique identifier for the instance system.

powerState
string
required

Current power state of the system.

currentType
string
required

Current instance type of the system (e.g., n1-standard-8).

displayName
string
required

GCP name assigned to the system.

entityId
string
required

Densify entity ID of the system.

href
string
required

Link to the /systems/{entityId} resource for this system.