GetClusterInfo
You can use the GetClusterInfo
method to return configuration information about the cluster.
Parameters
This method has no input parameters.
Return value
This method has the following return value:
Name | Description | Type |
---|---|---|
clusterInfo |
Cluster information. |
Request example
Requests for this method are similar to the following example:
{ "method": "GetClusterInfo", "params": {}, "id" : 1 }
Response example
This method returns a response similar to the following example:
{ "id": 1, "result": { "clusterInfo": { "attributes": {}, "defaultProtectionScheme": "doubleHelix", "enabledProtectionSchemes": [ "doubleHelix" ], "encryptionAtRestState": "disabled", "ensemble": [ "10.10.10.32", "10.10.10.34", "10.10.10.35", "10.10.10.36", "10.10.10.37" ], "mvip": "10.10.11.225", "mvipInterface": "team1G", "mvipNodeID": 3, "mvipVlanTag": "0", "name": "ClusterName", "repCount": 2, "softwareEncryptionAtRestState": "enabled", "supportedProtectionSchemes": [ "doubleHelix" ], "svip": "10.10.10.111", "svipInterface": "team10G", "svipNodeID": 3, "svipVlanTag": "0", "uniqueID": "psmp", "uuid": "2f575d0c-36fe-406d-9d10-dbc1c306ade7" } } }
New since version
9.6