Skip To Content
ArcGIS Developer
Dashboard

Status (Deployment)

Description

The status resource returns the current state of a microservice resource, as well as the real-time information on the number of its associated pods, both expected and active.

Request parameters

ParameterDetails
f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the status resource:

https://organization.domain.com/context/admin/system/deployments/v74dcb694-fa05-434a-85d4-bb8e24c403af/status?f=pjson

JSON Response example


{
  "name": "shared-mapserver",
  "readyReplicas": 1,
  "kubernetesResourceKind": "Deployment",
  "id": "kvymoiqt0cl52ldoma1fh",
  "currentState": "STARTED",
  "kubernetesResourceName": "arcgis-kvymoiqt0cl52ldoma1fh-mapserver-z9nlp",
  "totalReplicas": 1
}