node
The node object contains information about each node in the cluster. You can retrieve this information using the ListActiveNodes
and ListAllNodes
methods.
Object members
This object contains the following members:
Name | Description | Type |
---|---|---|
associatedFServiceID |
The Fibre Channel service ID for the node. "0" if the node is not a Fibre Channel node. |
integer |
associatedMasterServiceID |
Master service ID for the node. |
integer |
attributes |
List of name-value pairs in JSON object format. |
JSON object |
chassisName |
Uniquely identifies a chassis; identical for all nodes in a single chassis. |
string |
cip |
The cluster IP address assigned to the node. |
string |
cipi |
Network interface used for cluster communication. |
string |
customProtectionDomainName |
Uniquely identifies a custom protection domain. This name is identical for all storage nodes within all chassis in a given custom protection domain. |
string |
fibreChannelTargetPortGroup |
The target group associated with this node. "null" if the node is not a Fibre Channel node. |
integer |
maintenanceMode |
Indicates which mode a node is in for maintenance. |
n/a |
mip |
The IP address used for node management. |
string |
mipi |
The network interface used for node management. |
string |
name |
Host name for the node. |
string |
nodeID |
NodeID for this node. |
integer |
nodeSlot |
For HCI platforms, the letter corresponding to the chassis slot this node is in ("A", "B", "C", or "D"). For storage platforms, this value is null. |
string |
platformInfo |
Hardware information for the node. Members:
|
JSON object |
role |
The node's role in the cluster. Possible values:
|
|
sip |
The storage IP address assigned to the node. |
string |
sipi |
The network interface used for storage traffic. |
string |
softwareVersion |
Returns the current version of Element software running on the node. |
string |
uuid |
The universally unique identifier associated with this node. |
string |
virtualNetworks |
Object containing virtual network IP addresses and IDs. |
virtualNetwork array |