- URL: https://<system-url>/deployment
- Required Capability:Default administrator role | All authorized privileges
- Version Introduced:10.3.1
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
Parameter | Details |
---|---|
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
}