Node Class

Represents a single node in a Data box Edge/Gateway device Gateway devices, standalone Edge devices and a single node cluster Edge device will all have 1 node Multi-node Edge devices will have more than 1 nodes.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

Node(**kwargs: Any)

Variables

Name Description
id
str

The path ID that uniquely identifies the object.

name
str

The object name.

type
str

The hierarchical type of the object.

node_status

The current status of the individual node. Known values are: "Unknown", "Up", "Down", "Rebooting", and "ShuttingDown".

node_chassis_serial_number
str

Serial number of the Chassis.

node_serial_number
str

Serial number of the individual node.

node_display_name
str

Display Name of the individual node.

node_friendly_software_version
str

Friendly software version name that is currently installed on the node.

node_hcs_version
str

HCS version that is currently installed on the node.

node_instance_id
str

Guid instance id of the node.