NodeProperties

NodeProperties
NodeProperties

Node properties

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cli_coredump_config": {
        "global_file_limit": 0,
        "global_frequency_threshold": 0,
        "process_config": [
            {
                "limit": 0,
                "process_name": "string"
            }
        ]
    },
    "cli_history_size": 0,
    "cli_output_datetime": false,
    "cli_timeout": 0,
    "export_type": "string",
    "fully_qualified_domain_name": "string",
    "hostname": "string",
    "kernel_version": "string",
    "node_type": "string",
    "node_uuid": "string",
    "node_version": "string",
    "product_version": "string",
    "system_datetime": "string",
    "system_time": 0,
    "timezone": "string"
}