Get Ip Sec Vpn Tunnel Allowed Security Types

Get Ip Sec Vpn Tunnel Allowed Security Types

Retrieves the allowed IPSec VPN Tunnel security types for the specified Edge Gateway. The security types allowed are set by the System Administrator for the VCD site via the Config Management Tool (CMT). The final set of security types returned are the intersection of those set by the System Administrator and those supported by the gateway's backing network provider.

Request
URI
GET
https://{api_host}/cloudapi/2.0.0/edgeGateways/{gatewayId}/ipsec/tunnels/allowedSecurityTypes
COPY
Path Parameters
string
externalNetworkId
Required

externalNetworkId

string
externalNetworkId
Required

externalNetworkId

Query Parameters
integer
page
Required

Page to fetch, zero offset.

integer
pageSize
Required

Results per page to fetch.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns GatewayIpSecVpnTunnelSecurityTypeAllowedValues of type(s) application/json;version=39.0
This response body class contains all of the following: Page , InlineGatewayIpSecVpnTunnelSecurityTypeAllowedValues1
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "string",
            "name": "string"
        }
    ]
}