Get
|
|||||
|
|
Gets instance information
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your applications deployed on Google App Engine
- View and manage your data across Google Cloud Platform services
- View your data across Google Cloud Platform services
Input
This building block consumes 4 input parameters
Name | Format | Description |
---|---|---|
appsId Required |
STRING |
Part of |
servicesId Required |
STRING |
Part of |
versionsId Required |
STRING |
Part of |
instancesId Required |
STRING |
Part of |
= Parameter name
= Format
appsId STRING Required Part of |
servicesId STRING Required Part of |
versionsId STRING Required Part of |
instancesId STRING Required Part of |
Output
This building block provides 16 output parameters
Name | Format | Description |
---|---|---|
requests |
INTEGER |
Number of requests since this instance was started.@OutputOnly |
appEngineRelease |
STRING |
App Engine release this instance is running on.@OutputOnly |
vmName |
STRING |
Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly |
qps |
FLOAT |
Average queries per second (QPS) over the last minute.@OutputOnly |
vmId |
STRING |
Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly |
vmZoneName |
STRING |
Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.@OutputOnly |
name |
STRING |
Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@OutputOnly |
averageLatency |
INTEGER |
Average latency (ms) over the last minute.@OutputOnly |
id |
STRING |
Relative name of the instance within the version. Example: instance-1.@OutputOnly |
memoryUsage |
INTEGER |
Total memory in use (bytes).@OutputOnly |
vmIp |
STRING |
The IP address of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly |
vmStatus |
STRING |
Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly |
availability |
ENUMERATION |
Availability of the instance.@OutputOnly |
errors |
INTEGER |
Number of errors since this instance was started.@OutputOnly |
startTime |
ANY |
Time that this instance was started.@OutputOnly |
vmDebugEnabled |
BOOLEAN |
Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly |
= Parameter name
= Format
requests INTEGER Number of requests since this instance was started.@OutputOnly |
appEngineRelease STRING App Engine release this instance is running on.@OutputOnly |
vmName STRING Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly |
qps FLOAT Average queries per second (QPS) over the last minute.@OutputOnly |
vmId STRING Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly |
vmZoneName STRING Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.@OutputOnly |
name STRING Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@OutputOnly |
averageLatency INTEGER Average latency (ms) over the last minute.@OutputOnly |
id STRING Relative name of the instance within the version. Example: instance-1.@OutputOnly |
memoryUsage INTEGER Total memory in use (bytes).@OutputOnly |
vmIp STRING The IP address of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly |
vmStatus STRING Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly |
availability ENUMERATION Availability of the instance.@OutputOnly |
errors INTEGER Number of errors since this instance was started.@OutputOnly |
startTime ANY Time that this instance was started.@OutputOnly |
vmDebugEnabled BOOLEAN Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly |