NodeStatusProperties

NodeStatusProperties
NodeStatusProperties
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "load_average": [
        "number"
    ],
    "swap_used": 0,
    "mem_used": 0,
    "swap_total": 0,
    "system_time": 0,
    "cpu_cores": 0,
    "uptime": 0,
    "mem_cache": 0,
    "mem_total": 0,
    "file_systems": [
        {
            "mount": "string",
            "total": 0,
            "type": "string",
            "file_system": "string",
            "used": 0
        }
    ],
    "source": "string"
}