Get Ip Sec Vpn Tunnel Status
Retrieves status of a given IPSec VPN Tunnel configured on an Edge Gateway.
Request
URI
GET
https://{api_host}/cloudapi/2.0.0/edgeGateways/{gatewayId}/ipsec/tunnels/{tunnelId}/status
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
string
tunnelId
Required
tunnelId
string
externalNetworkId
Required
externalNetworkId
string
tunnelId
Required
tunnelId
Responses
200
OK
Returns GatewayIpSecVpnTunnelStatus of type(s) application/json;version=39.0
{
"tunnelStatus": "string",
"ikeServiceStatus": "string",
"ikeFailedReason": "string"
}
string
tunnelStatus
Optional
Gives the overall IPSec VPN Tunnel Status. If IKE is properly set and the tunnel is up, the tunnel status will be UP. Below are valid values.
UP
DOWN
DEGRADED
UNKNOWN
string
ikeServiceStatus
Optional
The status for the IPSec VPN IKE Session/Tunnel. Below are valid values.
UP
DOWN
NEGOTIATING
string
ikeFailedReason
Optional
The reason for the IKE Session establishment failure. This will only be set if ikeServiceStatus is DOWN.
Availability
Added in 38.1
Edge Gateway Ip Sec Vpn Tunnels Version2 Operations
POST
Create Ip Sec Vpn Tunnel
DELETE
Delete Ip Sec Vpn Tunnel
GET
Get Ip Sec Vpn Tunnel
GET
Get Ip Sec Vpn Tunnel Allowed Security Types
GET
Get Ip Sec Vpn Tunnel Connection Properties
GET
Get Ip Sec Vpn Tunnel Default Connection Properties
GET
Get Ip Sec Vpn Tunnel Preset Connection Properties
GET
Get Ip Sec Vpn Tunnels
GET
Get Ip Sec Vpn Tunnel Statistics
GET
Get Ip Sec Vpn Tunnel Status
PUT
Update Ip Sec Vpn Tunnel
PUT
Update Ip Sec Vpn Tunnel Connection Properties