NodeStatus
Runtime status information of the fabric node.
{
"mpa_connectivity_status": "string",
"lcp_connectivity_status_details": [
{
"status": "string",
"control_node_ip": "string",
"failure_status": "string"
}
],
"mpa_connectivity_status_details": "string",
"external_id": "string",
"software_version": "string",
"maintenance_mode": "string",
"inventory_sync_paused": false,
"system_status": {
"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"
},
"inventory_sync_reenable_time": 0,
"lcp_connectivity_status": "string",
"last_heartbeat_timestamp": 0,
"last_sync_time": 0,
"host_node_deployment_status": "string"
}
Indicates the fabric node's MP<->MPA channel connectivity status, UP, DOWN, UNKNOWN.
Details, if any, about the current LCP<->CCP channel connectivity status of the fabric node.
Details, if any, about the current MP<->MPA channel connectivity status of the fabric node.
HostNode external id
Software version of the fabric node.
Indicates the fabric node's status of maintenance mode, OFF, ENTERING, ON, EXITING.
Is true if inventory sync is paused else false
Inventory sync auto re-enable target time, in epoch milis
Indicates the fabric node's LCP<->CCP channel connectivity status, UP, DOWN, DEGRADED, UNKNOWN.
Timestamp of the last heartbeat status change, in epoch milliseconds.
Timestamp of the last successful update of Inventory, in epoch milliseconds.
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.