System Administration > Configuration > Fabric > Nodes > Fabric Nodes

Return Runtime Status Information for given Nodes (Deprecated)

Returns connectivity, heartbeat, and version information about all fabric nodes
(host or edge).
This api is deprecated as part of FN+TN unification. Please use Transport Node
Status API /transport-nodes/<node-id>/status to get status information of a node
and to get all transport nodes ids use GET /transport-nodes.

Request:

Method:
GET
URI Path(s):
/api/v1/fabric/nodes/status
Request Headers:
n/a
Query Parameters:
ReadNodesStatusRequestQueryParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/fabric/nodes/status?node_ids= a73784e4-4396-11e8-b118-b3f64eb2d83d,a6de45a6-4396-11e8-8ea6-59414c08f900

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeStatusListResult+

Example Response:

{ "results": [ { "last_heartbeat_timestamp": 1446675283540, "lcp_connectivity_status": "UP", "mpa_connectivity_status": "UP", "system_status": { "mem_used": 2551264, "system_time": 1446649452000, "file_systems": [ { "file_system": "root", "total": 32768, "used": 476, "type": "ramdisk", "mount": "/" }, { "file_system": "etc", "total": 28672, "used": 220, "type": "ramdisk", "mount": "/etc" }, { "file_system": "opt", "total": 32768, "used": 1040, "type": "ramdisk", "mount": "/opt" } ], "load_average": [ 0.17000000178813934, 0.17000000178813934, 0.15000000596046448 ], "swap_total": 0, "mem_cache": 0, "cpu_cores": 16, "source": "cached", "mem_total": 25119208, "swap_used": 0, "uptime": 7213000 }, "last_sync_time": 1473837914408, "mpa_connectivity_status_details": "Client is responding to heartbeats", "software_version": "1.1.0.0.0.3195008", "host_node_deployment_status": "INSTALL_SUCCESSFUL", "lcp_connectivity_status_details": [ { "control_node_ip": "192.168.110.34", "failure_status": "UNKNOWN_FAILURE_STATUS", "status": "UP" } ], "inventory_sync_paused": false "external_id": "b342511e-d0b4-475c-89f4-edfb7a494437", } }, { "last_heartbeat_timestamp": 1446675283540, "lcp_connectivity_status": "UP", "mpa_connectivity_status": "UP", "last_sync_time": 1473837914408, "mpa_connectivity_status_details": "Client is responding to heartbeats", "software_version": "1.1.0.0.0.3195008", "host_node_deployment_status": "INSTALL_SUCCESSFUL", "lcp_connectivity_status_details": [ { "control_node_ip": "192.168.110.34", "failure_status": "UNKNOWN_FAILURE_STATUS", "status": "UP" } ], "inventory_sync_paused": false "external_id": "9ec4e9e1-ae56-4b04-8ee7-836d7216c81b", } } ] }

Required Permissions:

read

Feature:

nodes_nodes

Additional Errors: