Update Ip Sec Vpn Tunnel Connection Properties

Update Ip Sec Vpn Tunnel Connection Properties

Updates the connection properties for a given IPSec VPN Tunnel configured on an Edge Gateway.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/ipsec/tunnels/{tunnelId}/connectionProperties
COPY
Path Parameters
string
gatewayId
Required

gatewayId

string
tunnelId
Required

tunnelId

string
gatewayId
Required

gatewayId

string
tunnelId
Required

tunnelId


Request Body
EdgeIpSecVpnTunnelConnectionProperties of type(s) application/json
Required
{
    "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.

ikeConfiguration
Optional

ikeConfiguration

tunnelConfiguration
Optional

tunnelConfiguration

dpdConfiguration
Optional

dpdConfiguration

Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure

400

Invalid configuration.

Returns Error of type(s) */*;version=37.0
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace