The node object contains information about each node in the cluster. You can retrieve this information using the ListActiveNodes and ListAllNodes methods.
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 |
fibreChannelTargetPortGroup | The target group associated with this node. "null" if the node is not a Fibre Channel node. | integer |
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 |
protocolEndpointIDs | A list of unique IDs of protocol endpoints that are assigned to the node. | UUID array |
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 |