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