You can use the GetClusterInfo method to return configuration information about the cluster.
This method has no input parameters.
This method has the following return value:
Name | Description | Type |
---|---|---|
clusterInfo | Cluster information. | clusterInfo |
Requests for this method are similar to the following example:
{ "method": "GetClusterInfo", "params": {}, "id" : 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": { "clusterInfo": { "attributes": {}, "encryptionAtRestState": "disabled", "ensemble": [ "10.10.21.23", "10.10.21.24", "10.10.21.25" ], "mvip": "10.10.1.57", "mvipInterface": "Bond1G", "mvipNodeID": 2, "mvipVlanTag": "120", "name": "Hulk", "repCount": 2, "svip": "10.10.21.57", "svipInterface": "Bond10G", "svipNodeID": 2, "svipVlanTag": "0", "uniqueID": "17nx", "uuid": "8d385a91-9acf-4371-8939-b29e085191fd" } } }