System Administration > Configuration > Fabric > Nodes > Transport Node Tunnels

List of tunnels

Request:

Method:
GET
URI Path(s):
/api/v1/transport-nodes/<node-id>/tunnels
Request Headers:
n/a
Query Parameters:
QueryTunnelParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/transport-nodes/9e2c8d44-6a21-47e4-97a7-e62d6d0ea56f/tunnels

Successful Response:

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

Example Response:

{ "cursor": "00011", "result_count": 1, "tunnels": [ { "local_ip": "192.168.250.101", "bfd": { "remote_state": "UP", "remote_diagnostic": "CONTROL_DETECTION_TIME_EXPIRED", "active": true, "state": "UP", "forwarding": true, "diagnostic": "NEIGHBOR_SIGNALED_SESSION_DOWN" }, "remote_ip": "192.168.250.100", "egress_interface": "vmk10", "name": "stt3232299620", "encap": "STT", "status": "UP", "remote_node_id": "4fa0d456-627d-4b62-9bfe-585d585dab1a" } ] }

Required Permissions:

read

Feature:

nodes_tunnels

Additional Errors: