- URL:
 - https://<clusters-url>/getAvailableMachines
 - Methods:
 GET- Required Capability:
 - Administrator
 - Version Introduced:
 - 10.1
 
Description
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
| Parameter | Details | 
|---|---|
  | The response format. The default response format is  Values:   | 
Example usage
Below is a sample request URL for get :
https://organization.example.com/<context>/admin/clusters/getAvailableMachines?f=jsonJSON Response example
{
  "machines": ["MACHINE2.EXAMPLE.COM", "MACHINE3.EXAMPLE.COM"]
}