node_status
node_status
A NodeStatus represents status of a node
JSON Example
{
"ip": "string",
"name": "string",
"role": "string",
"status": "string"
}
string
ip
Required
The ip of the node.
string
name
Required
The name of the node.
string
role
Required
The role of the node.
string
status
Required
The status of the node.