Get Ip Sec Vpn Tunnel Default Connection Properties
Retrieves the default connection properties that are used for a given IPSec Tunnel in NSX-T when default is set or no security type is specified.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/ipsec/tunnels/defaultConnectionProperties
COPY
Path Parameters
string
gatewayId
Required
gatewayId
string
gatewayId
Required
gatewayId
Responses
200
OK
Returns EdgeIpSecVpnTunnelConnectionProperties of type(s) application/json;version=38.0
{
"securityType": "string",
"ikeConfiguration": {
"dhGroups": [
{}
],
"digestAlgorithms": [
{}
],
"encryptionAlgorithms": [
{}
],
"saLifeTime": 0
},
"tunnelConfiguration": {
"perfectForwardSecrecyEnabled": false,
"dhGroups": [
{}
],
"digestAlgorithms": [
{}
],
"encryptionAlgorithms": [
{}
],
"saLifeTime": 0
},
"dpdConfiguration": {
"probeInterval": 0
}
}
string
securityType
Optional
This is the security type used for the IPSec Tunnel. If nothing is specified, this will be set to 'DEFAULT' in which the default settings in NSX will be used. If 'CUSTOM' is specified, then ike, tunnel, and dpd configurations can be set.
404
The specified resource was not found
Returns Error of type(s) application/json;version=38.0
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Availability
Added in 33.0
Edge Gateway Ip Sec Vpn Tunnel Operations
DELETE
Delete Ip Sec Vpn Tunnel
GET
Get Ip Sec Vpn Tunnel
GET
Get Ip Sec Vpn Tunnel Default Connection Properties
GET
Get Ip Sec Vpn Tunnel Statistics
GET
Get Ip Sec Vpn Tunnel Status
PUT
Update Ip Sec Vpn Tunnel