You can use the GetClusterConfig API method to return information about the cluster configuration the node uses to communicate with its cluster.
This method has no input parameters.
This method has the following return value:
Name | Description | Type |
---|---|---|
cluster | Cluster configuration information the node uses to communicate with the cluster. | cluster |
Requests for this method are similar to the following example:
{ "method": "GetClusterConfig", "params": {}, "id" : 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": { "cluster": { "cipi": "Bond10G", "cluster": "ClusterName", "ensemble": [ "1:10.30.65.139", "2:10.30.65.140", "3:10.30.65.141" ], "fipsDriveConfiguration": true, "mipi": "Bond1G", "name": "xxx-en142", "nodeID": 4, "pendingNodeID": 0, "role": "Storage", "sipi": "Bond10G", "state": "Active", "version": "9.1.0" } } }