JSON representation | |
---|---|
{
"environment": string,
"apiProxy": string,
"revision": string,
"deployStartTime": string,
"pods": [
{
object ( |
Fields | |
---|---|
environment |
Environment. |
apiProxy |
API proxy. |
revision |
API proxy revision. |
deployStartTime |
Time the API proxy was marked |
pods[] |
Status reported by runtime pods. |
basePath |
Base path for the deployment. |
PodStatus
JSON representation | |
---|---|
{ "podName": string, "appVersion": string, "podStatus": string, "podStatusTime": string, "deploymentStatusTime": string, "deploymentTime": string, "deploymentStatus": string, "statusCode": string, "statusCodeDetails": string } |
Fields | |
---|---|
podName |
Name of the pod which is reporting the status. |
appVersion |
Version of the application running in the pod. |
podStatus |
Overall status of the pod (not this specific deployment). Valid values include: - Pods that have not reported status in a long time are excluded from the output. |
podStatusTime |
Time the pod status was reported in milliseconds since epoch. |
deploymentStatusTime |
Time the deployment status was reported in milliseconds since epoch. |
deploymentTime |
Time the proxy was deployed in milliseconds since epoch. |
deploymentStatus |
Status of the deployment. Valid values include: - |
statusCode |
Code associated with the deployment status. |
statusCodeDetails |
Human-readable message associated with the status code. |