- URL:
- https://<cluster-url>/stop
- Methods:
POST
- Required Capability:
- Administrator
- Version Introduced:
- 10.1
Description
This operation stops a cluster, which also stops all the GIS services that are hosted on the cluster. When this operation is executed, it attempts to stop all server machines within the cluster. If one or more machines cannot be reached, this operation repots an error.
Request parameters
Parameter | Description |
---|---|
| The response format. The default response format is Values: |
Example usage
Below is a sample POST request for stop
:
POST /webadaptor/admin/clusters/MapsCluster/stop HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=json
JSON Response example
{"status": "success"}