NodeStatusList

NodeStatusList
NodeStatusList

A list of status of nodes

JSON Example
{
    "data": [
        {
            "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"
        }
    ]
}
array of NodeStatus
data
Required

A list of status of resources and services

Deprecated
Availability
Deprecated in 4.2
Returned By