NodeStatus
Runtime status information of the fabric node.
{
"external_id": "string",
"host_node_deployment_status": "string",
"inventory_sync_paused": false,
"inventory_sync_reenable_time": 0,
"last_heartbeat_timestamp": 0,
"last_sync_time": 0,
"lcp_connectivity_status": "string",
"lcp_connectivity_status_details": [
{
"control_node_ip": "string",
"failure_status": "string",
"status": "string"
}
],
"maintenance_mode": "string",
"mpa_connectivity_status": "string",
"mpa_connectivity_status_details": "string",
"software_version": "string",
"system_status": {
"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
}
}
HostNode external id
This enum specifies the current nsx install state for host node or current deployment and ready state for edge node. The ready status 'NODE_READY' indicates whether edge node is ready to become a transport node. The status 'EDGE_CONFIG_ERROR' indicates that edge hardware or underlying host is not supported. After all fabric level operations are done for an edge node, this value indicates transport node related configuration issues and state as relevant.
Is true if inventory sync is paused else false
Inventory sync auto re-enable target time, in epoch milis
Timestamp of the last heartbeat status change, in epoch milliseconds.
Timestamp of the last successful update of Inventory, in epoch milliseconds.
Indicates the fabric node's LCP<->CCP channel connectivity status, UP, DOWN, DEGRADED, UNKNOWN.
Details, if any, about the current LCP<->CCP channel connectivity status of the fabric node.
Indicates the fabric node's status of maintenance mode, OFF, ENTERING, ON, EXITING, ENABLED, DISABLED.
Indicates the fabric node's MP<->MPA channel connectivity status, UP, DOWN, UNKNOWN.
Details, if any, about the current MP<->MPA channel connectivity status of the fabric node.
Software version of the fabric node.