The object model describing this resource contains the following objects.
node
Attribute
|
JSON Type
|
Data Type
|
Description
|
objectId
|
string
|
string
|
Node object unique identifier. This ID is not the
HNAS storage node ID.
|
nodeId
|
number
|
uint
|
Node ID on a device. The node ID starts from 1.
|
status
|
string
|
string
|
Status of the node. Possible values are:
- UNKNOWN
- ONLINE
- NOT_UP
- DEAD
- INVALID
- UP
- DORMANT
|
UUID
|
string
|
string
|
UUID of the node.
|
firmwareVersion
|
string
|
string
|
Firmware version of the node.
|
model
|
string
|
string
|
Model of the node.
|
name
|
string
|
string
|
Name of the node.
|
ipAddresses
|
array
|
array
|
IP addresses of the node.
|
serial |
string
|
string
|
Serial number of the node |
event
Attribute
|
JSON Type
|
Data Type
|
Description
|
eventId
|
number
|
int64
|
Event ID.
|
severity
|
string
|
string
|
Event severity, one of the following levels:
- INFO
- SEVERE
- WARNING
- CRITICAL
|
category
|
string
|
string
|
Event category, one of the following levels:
- SYSTEM
- SECURITY
- FILESYSTEM
|
timeStamp
|
number
|
int64
|
Time of the event in clock ticks since an epoch.
|
text
|
string
|
string
|
Event description.
|
clusterNodeId
|
number
|
ushort
|
Cluster node ID.
|