Skip To Content
ArcGIS Developer
Dashboard

Deployment

Description

Legacy:

Sites with multiple clusters have been deprecated. The use of multi-cluster sites for new deployments is strongly discouraged and existing deployments are advised to migrate away from use of multi-cluster sites as part of ongoing maintenance and upgrades.

This resource returns information on the current deployment configuration. These properties can affect side-wide behavior.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for the deployment resource:

https://machine.domain.com/webadaptor/admin/system/deployment?f=json

JSON Response syntax


{
  "<property>": <value>
}

JSON Response example


{
  "singleClusterMode": true
}