Get Tunnel

Get Tunnel

Tunnel properties

Request
URI
GET
https://nsxmanager.your.domain/api/v1/transport-nodes/{node-id}/tunnels/{tunnel-name}
COPY
Path Parameters
string
node-id
Required

ID of transport node

string
tunnel-name
Required

Tunnel name

Query Parameters
string
source
Optional

Data source type.

Possible values are : realtime, cached,

Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns TunnelProperties of type(s) application/json
This response body class contains all of the following: Resource , InlineTunnelProperties1
{
    "_self": {
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "status": "string",
    "egress_interface": "string",
    "remote_node_id": "string",
    "encap": "string",
    "bfd": {
        "remote_state": "string",
        "remote_diagnostic": "string",
        "diagnostic": "string",
        "state": "string",
        "active": false,
        "forwarding": false
    },
    "name": "string",
    "local_ip": "string",
    "remote_ip": "string"
}

default

Unexpected error

Returns ApiError of type(s) application/json
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
string
module_name
Optional

module_name

string
error_message
Optional

error_message

integer As int64 As int64
error_code
Optional

error_code