Get IP Sec VPN Tunnel Default Connection Properties
DescriptionRetrieves 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
URLURL
Path Parameters
Path Parameters
Authentication
Response
Response BodyResponse Body
200 OK
{
"dpdConfiguration": {
"probeInterval": 0
},
"ikeConfiguration": {
"dhGroups": "enum",
"digestAlgorithms": "enum",
"encryptionAlgorithms": "enum",
"ikeVersion": "enum",
"saLifeTime": 0
},
"securityType": "string",
"tunnelConfiguration": {
"dfPolicy": "enum",
"dhGroups": "enum",
"digestAlgorithms": "enum",
"encryptionAlgorithms": "enum",
"perfectForwardSecrecyEnabled": false,
"saLifeTime": 0
}
}
The Dead Peer Detection configuration. If nothing is explictly set, the system defaults will be used.
The IKE Configuration to be used for the tunnel. If nothing is explictly set, the system defaults will be used.
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.
The Tunnel Configuration, which contains parameters such as encryption algorithm to be used. If nothing is explicitly set, the system defaults will be used.
Errors
The specified resource was not found