Status (Deployment)

URL:
https://<root>/system/deployments/<deploymentID>/status
Methods:
GET
Required Capability:
Access allowed only with the default administrator role
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

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:

Use dark colors for code blocksCopy
1
https://organization.domain.com/context/admin/system/deployments/v74dcb694-fa05-434a-85d4-bb8e24c403af/status?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
{
  "name": "shared-mapserver",
  "readyReplicas": 1,
  "kubernetesResourceKind": "Deployment",
  "id": "kvymoiqt0cl52ldoma1fh",
  "currentState": "STARTED",
  "kubernetesResourceName": "arcgis-kvymoiqt0cl52ldoma1fh-mapserver-z9nlp",
  "totalReplicas": 1
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.