Skip to main content
Element Software
12.5 and 12.7

node

Contributors netapp-pcarriga amgrissino

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:

  • chassisType: The hardware platform of the node.

  • cpuModel: The CPU model of the hardware platform.

  • nodeMemoryGB: The amount of memory installed in the physical platform in GB.

  • nodeType: The node model name.

  • platformConfigVersion: The version of software configured for this node hardware.

JSON object

role

The node's role in the cluster. Possible values:

  • Management

  • Storage

  • Compute

  • Witness

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.

Find more information