- 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://machine.domain.com/webadaptor/admin/clusters/getAvailableMachines?f=json
JSON Response example
{
"machines": ["MACHINE2.DOMAIN.COM", "MACHINE3.DOMAIN.COM"]
}