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

Tunnel properties

Request:

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

Example Request:

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

Successful Response:

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

Example Response:

{ "local_ip": "192.168.250.101", "bfd": { "remote_state": "DOWN", "remote_diagnostic": "CONTROL_DETECTION_TIME_EXPIRED", "active": true, "state": "INIT", "forwarding": false, "diagnostic": "NEIGHBOR_SIGNALED_SESSION_DOWN" }, "remote_ip": "192.168.250.100", "egress_interface": "vmk10", "name": "stt3232299620", "encap": "STT", "status": "DOWN", "remote_node_id": "4fa0d456-627d-4b62-9bfe-585d585dab1a" }

Required Permissions:

read

Feature:

nodes_tunnels

Additional Errors: