List
|
|||||
|
|
Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list)
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 5 input parameters
Name | Format | Description |
---|---|---|
appsId Required |
STRING |
Part of |
servicesId Required |
STRING |
Part of |
versionsId Required |
STRING |
Part of |
pageToken |
STRING |
Continuation token for fetching the next page of results |
pageSize |
INTEGER |
Maximum results to return per page |
= Parameter name
= Format
appsId STRING Required Part of |
servicesId STRING Required Part of |
versionsId STRING Required Part of |
pageToken STRING Continuation token for fetching the next page of results |
pageSize INTEGER Maximum results to return per page |
Output
This building block provides 18 output parameters
Name | Format | Description |
---|---|---|
instances[] |
OBJECT |
An Instance resource is the computing unit that App Engine uses to automatically scale an application |
instances[].requests |
INTEGER |
Number of requests since this instance was started.@OutputOnly |
instances[].appEngineRelease |
STRING |
App Engine release this instance is running on.@OutputOnly |
instances[].vmName |
STRING |
Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly |
instances[].qps |
FLOAT |
Average queries per second (QPS) over the last minute.@OutputOnly |
instances[].vmId |
STRING |
Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly |
instances[].vmZoneName |
STRING |
Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.@OutputOnly |
instances[].name |
STRING |
Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@OutputOnly |
instances[].averageLatency |
INTEGER |
Average latency (ms) over the last minute.@OutputOnly |
instances[].id |
STRING |
Relative name of the instance within the version. Example: instance-1.@OutputOnly |
instances[].memoryUsage |
INTEGER |
Total memory in use (bytes).@OutputOnly |
instances[].vmIp |
STRING |
The IP address of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly |
instances[].vmStatus |
STRING |
Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly |
instances[].availability |
ENUMERATION |
Availability of the instance.@OutputOnly |
instances[].errors |
INTEGER |
Number of errors since this instance was started.@OutputOnly |
instances[].startTime |
ANY |
Time that this instance was started.@OutputOnly |
instances[].vmDebugEnabled |
BOOLEAN |
Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly |
nextPageToken |
STRING |
Continuation token for fetching the next page of results |
= Parameter name
= Format
instances[] OBJECT An Instance resource is the computing unit that App Engine uses to automatically scale an application |
instances[].requests INTEGER Number of requests since this instance was started.@OutputOnly |
instances[].appEngineRelease STRING App Engine release this instance is running on.@OutputOnly |
instances[].vmName STRING Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly |
instances[].qps FLOAT Average queries per second (QPS) over the last minute.@OutputOnly |
instances[].vmId STRING Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly |
instances[].vmZoneName STRING Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.@OutputOnly |
instances[].name STRING Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@OutputOnly |
instances[].averageLatency INTEGER Average latency (ms) over the last minute.@OutputOnly |
instances[].id STRING Relative name of the instance within the version. Example: instance-1.@OutputOnly |
instances[].memoryUsage INTEGER Total memory in use (bytes).@OutputOnly |
instances[].vmIp STRING The IP address of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly |
instances[].vmStatus STRING Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly |
instances[].availability ENUMERATION Availability of the instance.@OutputOnly |
instances[].errors INTEGER Number of errors since this instance was started.@OutputOnly |
instances[].startTime ANY Time that this instance was started.@OutputOnly |
instances[].vmDebugEnabled BOOLEAN Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly |
nextPageToken STRING Continuation token for fetching the next page of results |