get_transport_node_status
Check realized runtime status of a transport node to diagnose degradation or overlay tunnel issues. Returns connectivity, tunnel, and pNIC statuses.
Instructions
[READ] Get realized runtime status of one transport node (ESXi host or Edge node).
No side effects. Use after list_transport_nodes (which supplies node IDs) when a node looks degraded or overlay tunnels are suspect; for cluster-wide edge health use get_edge_cluster_status instead. Returns: node_id, status (e.g. UP, DEGRADED, DOWN, UNKNOWN), control_connection_status and mgmt_connection_status (controller/manager connectivity), tunnel_status (status plus up/down/degraded tunnel counts and BFD counters), and pnic_status (up/down/degraded pNIC counts). On failure returns {"error", "hint"} instead of raising.
Args: node_id: Transport node UUID, as returned by list_transport_nodes. target: NSX Manager name from config.yaml. Uses the default target if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| node_id | Yes |