NodeStatus

NodeStatus
NodeStatus
AllOf
This class requires all of the following:
JSON Example
{
    "health": "string",
    "cpu": [
        "number"
    ],
    "memory": "number",
    "storage": "number",
    "allocated_cpu": "number",
    "allocated_memory": "number",
    "allocated_storage": "number",
    "node_name": "string",
    "uid": "string",
    "is_control": false,
    "ip_address": "string"
}
Deprecated
Availability
Deprecated in 4.2
Property Of