- URL:
- https://<root>/system/deployments/<deploymentID>/status
- Methods:
- GET
- Version Introduced:
- 10.9
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
| Parameter | Details | 
|---|---|
| 
 | The response format. The default format is  Values:  | 
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=pjsonJSON Response example
{
  "name": "shared-mapserver",
  "readyReplicas": 1,
  "kubernetesResourceKind": "Deployment",
  "id": "kvymoiqt0cl52ldoma1fh",
  "currentState": "STARTED",
  "kubernetesResourceName": "arcgis-kvymoiqt0cl52ldoma1fh-mapserver-z9nlp",
  "totalReplicas": 1
}