Read Node Status
Returns connectivity, heartbeat, and version information about a fabric node (host or edge). Note that the LCP connectivity status remains down until after the fabric node has been added as a transpot node and the NSX host switch has been successfully installed. See POST /api/v1/transport-nodes.
node-id
Data source type.
Success
{
"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_cache": 0,
"swap_total": 0,
"system_time": 0,
"cpu_cores": 0,
"uptime": 0,
"mem_used": 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"
}
mpa_connectivity_status
mpa_connectivity_status_details
external_id
software_version
maintenance_mode
inventory_sync_paused
Node status properties
Inventory sync auto re-enable target time, in epoch milis
lcp_connectivity_status
Timestamp of the last heartbeat status change, in epoch milliseconds.
Timestamp of the last successful update of Inventory, in epoch milliseconds.
host_node_deployment_status
Unexpected error
{
"module_name": "string",
"error_message": "string",
"error_code": 0
}
module_name
error_message
error_code