FRAMES | NO FRAMES | Description | Parameters | Response | Example |
URL: | http://server:port/arcgis/admin/clusters |
---|---|
HTTP Method: | GET |
Parent Resource: | Site |
Supported Operations: | Create Cluster Get Available Machines |
Child Resources: | Cluster |
This resource is a collection of all the clusters created within your site. The Create Cluster operation lets you define a new cluster configuration.
Parameter | Description |
---|---|
f | The response format. The default response format is html. Values: html | json |
{
"clusters": [{
"clusterName": "DevCluster",
"clusterProtocol": {
"type": "TCP",
"tcpClusterPort": 4014
},
"machineNames": ["SERVER1.DOMAIN.COM", “SERVER2.DOMAIN.COM”]
},
{
"clusterName": "ProdCluster",
"clusterProtocol": {
"type": "TCP",
"tcpClusterPort": 5014
},
"machineNames": ["SERVER3.DOMAIN.COM", “SERVER4.DOMAIN.COM”]
}
]
}