List Gre Tunnels

List Gre Tunnels

Lists all GRE Tunnels for this Provider Gateway.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/greTunnels
COPY
Path Parameters
string
externalNetworkId
Required

externalNetworkId

string
externalNetworkId
Required

externalNetworkId

Query Parameters
string
cursor
Optional

Field used for getting next page of records. The value is supplied by the current result page. If not set, the first page is retrieved. If cursor is set, then all other pagination query parameters such as pageSize, sortDesc, sortAsc, queryFilter are ignored.

integer
pageSize
Required

Results per page to fetch.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ProviderGatewayGreTunnels of type(s) application/json;version=39.0
{
    "values": [
        {
            "id": "string",
            "name": "string",
            "description": "string",
            "destinationAddress": "string",
            "tunnelAddresses": [
                {
                    "sourceAddress": "string",
                    "edgeNodeRef": {
                        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
                        "name": "string",
                        "type": "string"
                    },
                    "tunnelInterfaces": [
                        "string"
                    ]
                }
            ],
            "active": false,
            "mtu": 0,
            "keepAlive": {
                "active": false,
                "sendAck": false,
                "deadMultiplier": 0,
                "interval": 0
            },
            "version": {
                "version": 0
            },
            "realizedState": {
                "status": "string"
            },
            "aggregatedConnectivityStatus": "string"
        }
    ]
}
values
Optional

values