get_transport_node_status
Retrieve realized runtime status of a transport node to diagnose degraded or down states. Returns node ID, overall status, connection statuses, tunnel counts, and pnic status.
Instructions
[READ] Get realized runtime status of one transport node (ESXi host or Edge node).
Use after list_transport_nodes when a node looks degraded or overlay tunnels are suspect; for cluster-wide edge health use get_edge_cluster_status instead. Returns one dict (not the list envelope): node_id, status (UP, DEGRADED, DOWN, UNKNOWN), control_connection_status, mgmt_connection_status, tunnel_status (up/down/degraded counts, BFD counters) and pnic_status. Point-in-time only — no history.
If tunnels are down on one segment only, follow up with get_logical_port_status rather than blaming the node.
Args: node_id: Transport node UUID, as returned by list_transport_nodes. target: NSX Manager target from config (default if omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| node_id | Yes |