Get Ip Sec Vpn Tunnel Allowed Security Types
Retrieves the allowed IPSec VPN Tunnel security types for the specified Provider 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/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/ipsec/tunnels/allowedSecurityTypes
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
Query Parameters
integer
page
Required
Constraints:
minimum: 1
default: 1
Page to fetch, zero offset.
integer
pageSize
Required
Constraints:
minimum: 0
maximum: 128
default: 25
Results per page to fetch.
Responses
200
OK
Returns
GatewayIpSecVpnTunnelSecurityTypeAllowedValues
of type(s)
application/json;version=39.1
This response body class contains all of the following:
InlineGatewayIpSecVpnTunnelSecurityTypeAllowedValues0 ,
InlineGatewayIpSecVpnTunnelSecurityTypeAllowedValues1
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"name": "string"
}
]
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/ipsec/tunnels/allowedSecurityTypes?page=value&pageSize=v
Availability
Added in 39.0
On This Page
Provider Gateway Ip Sec Vpn Tunnels Operations
GET
Get Ip Sec Vpn Tunnels
POST
Create Ip Sec Vpn Tunnel
GET
Get Ip Sec Vpn Tunnel
PUT
Update Ip Sec Vpn Tunnel
DELETE
Delete Ip Sec Vpn Tunnel
GET
Get Ip Sec Vpn Tunnel Allowed Security Types
GET
Get Ip Sec Vpn Tunnel Default Connection Properties
Deprecated
GET
Get Ip Sec Vpn Tunnel Preset Connection Properties
GET
Get Ip Sec Vpn Tunnel Connection Properties
PUT
Update Ip Sec Vpn Tunnel Connection Properties
GET
Get Ip Sec Vpn Tunnel Status
GET
Get Ip Sec Vpn Tunnel Statistics
POST
Auto Configure Ip Sec Vpn Tunnel