pendingNode
The pendingNode object contains information about a node that can be added to a cluster. Use the ListPendingNodes
API method to return a list of this information for all pending nodes. You can add any of the listed nodes to a cluster using the AddNodes
API method.
Object members
This object contains the following members:
Name | Description | Type |
---|---|---|
cipi |
The cluster IP address assigned to the node. |
string |
activeNodeKey |
A unique key that allows the node to join the cluster automatically after a successful installation of software. |
string |
assignedNodeID |
The assigned node ID for the node. |
string |
asyncHandle |
The asynchronous method handle that you can use to query the status of the operation. |
integer |
chassisName |
Uniquely identifies a chassis; identical for all nodes in a single chassis. |
string |
cip |
The cluster IP address assigned to the node. |
string |
mip |
The management IP address assigned to the node. |
string |
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 |
pendingActiveNodeID |
The pending node ID of the node. |
integer |
platformInfo |
Hardware information for the node. Members:
|
JSON object |
role |
The node's role in the cluster. Possible values:
|
|
sip |
The storage (iSCSI) IP address assigned to the node. |
string |
softwareVersion |
The current version of Element software running on the node. |
string |