FRAMES | NO FRAMES | Description | Parameters | Response | Example |
URL: | http://server:port/arcgis/admin/clusters/<cluster> |
---|---|
HTTP Method: | GET |
Parent Resource: | Clusters |
Supported Operations: | Start Cluster Stop Cluster Edit Protocol Delete Cluster |
Child Resources: | Machines Services In Cluster |
A Cluster is a group of server machines that host a collection of GIS
services. Grouping server machines into a cluster allows you to
treat them as a single unit to which you can publish GIS services.
A cluster with more than one server machine provides a level of fault tolerance
to the services. At the same time, having more than one machine increases the computing
power of your cluster, hence increasing the overall throughput.
A cluster is dynamic with respect to the list of server machines.
New server machines can be added to increase computing power without affecting the already running
GIS services. You can also remove
machines from a cluster and re-assign them to another cluster.
Parameter | Description |
---|---|
f | The response format. The default response format is html. Values: html | json |
{
"clusterName": "<name>",
"clusterProtocol": <protocol>,
"machineNames": [ "<machine1>", "<machine2>", ...]
}
{
"clusterName": "MapsCluster",
"clusterProtocol": {
"type": "TCP",
"tcpClusterPort": "4014",
}
"machineNames": [ "SERVER1.DOMAIN.COM", "SERVER2.DOMAIN.COM"]
}