Skip To Content
ArcGIS Developer
Dashboard

Get Available Machines

  • URL:https://<clusters-url>/getAvailableMachines
  • Required Capability:Administrator
  • Version Introduced:10.1

Description

Note:

Clusters have been deprecated. The use of clusters for new deployments is strongly discouraged and existing deployments are advised to migrate away from use of clusters as part of ongoing maintenance and upgrades.

This operation lists all the server machines that don't participate in any cluster and are available to be added to a cluster. The list would be empty if all registered server machines already participate in some cluster.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for getAvailableMachines:

https://machine.domain.com/webadaptor/admin/clusters/getAvailableMachines?f=json

JSON Response example


{
  "machines": ["MACHINE2.DOMAIN.COM", "MACHINE3.DOMAIN.COM"]
}