NodeProperties

NodeProperties
NodeProperties

Node properties

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "kernel_version": "string",
    "system_time": 0,
    "node_uuid": "string",
    "cli_timeout": 0,
    "bios_uuid": "string",
    "timezone": "string",
    "export_type": "string",
    "hostname": "string",
    "node_version": "string"
}