NodeStatusProperties

NodeStatusProperties
NodeStatusProperties

Node status properties

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cpu_cores": 0,
    "cpu_sockets": 0,
    "cpu_usage": {
        "avg_cpu_core_usage_dpdk": "number",
        "avg_cpu_core_usage_non_dpdk": "number",
        "highest_cpu_core_usage_dpdk": "number",
        "highest_cpu_core_usage_non_dpdk": "number"
    },
    "dfw_heap_memory_usage": [
        {
            "description": "string",
            "name": "string",
            "total_mb": 0,
            "usage_pct": "number",
            "used_mb": 0
        }
    ],
    "disk_space_total": 0,
    "disk_space_used": 0,
    "dpdk_cpu_cores": 0,
    "dpus": [
        {
            "cpu_cores": 0,
            "dpu_alias": "string",
            "dpu_id": "string",
            "load_average": [
                "number"
            ],
            "mem_cache": 0,
            "mem_total": 0,
            "mem_used": 0
        }
    ],
    "edge_mem_usage": {
        "cache_usage": "number",
        "datapath_mem_usage_details": {
            "datapath_heap_usage": "number",
            "datapath_mem_pools_usage": [
                {
                    "description": "string",
                    "name": "string",
                    "usage": "number"
                }
            ],
            "highest_datapath_mem_pool_usage": "number",
            "highest_datapath_mem_pool_usage_names": [
                "string"
            ]
        },
        "datapath_total_usage": "number",
        "swap_usage": "number",
        "system_mem_usage": "number"
    },
    "file_systems": [
        {
            "file_system": "string",
            "mount": "string",
            "total": 0,
            "type": "string",
            "used": 0
        }
    ],
    "hostname": "string",
    "load_average": [
        "number"
    ],
    "mem_cache": 0,
    "mem_total": 0,
    "mem_used": 0,
    "non_dpdk_cpu_cores": 0,
    "remote_logging_server_configured": false,
    "source": "string",
    "swap_total": 0,
    "swap_used": 0,
    "system_time": 0,
    "uptime": 0
}