The clusterInfo object contains information that the node uses to communicate with the cluster. You can get this information with the GetClusterInfo API method.
This object contains the following members:
Name | Description | Type |
---|---|---|
attributes | List of name-value pairs in JSON object format. | JSON object |
defaultProtectionScheme | The protection scheme used by default for new volumes, unless a protection scheme is provided with the CreateVolume method call. | string |
enabledProtectionSchemes | A list of all protection schemes that have been enabled on this storage cluster. | string array |
encryptionAtRestState | The state of the Encryption at Rest feature. Possible values:
|
string |
ensemble | The nodes that are participating in the cluster. | string array |
mvip | The floating (virtual) IP address for the cluster on the management network. | string |
mvipInterface | The physical interface associated with the MVIP address. | string |
mvipNodeID | The node that holds the master MVIP address. | string |
mvipVlanTag | The VLAN identifier for the MVIP address. | string |
name | The unique cluster name. | string |
repCount | The number of replicas of each piece of data to store in the cluster. The valid value is "2". | integer |
supportedProtectionSchemes | A list of all protection schemes that are supported on this storage cluster. | string array |
svip | The floating (virtual) IP address for the cluster on the storage (iSCSI) network. | string |
svipInterface | The physical interface associated with the master SVIP address. | string |
svipNodeID | The node holding the master SVIP address. | string |
svipVlanTag | The VLAN identifier for the master SVIP address. | string |
uniqueID | The unique ID for the cluster. | string |
uuid | The unique identifier for the cluster. | string |