GatewayIpSecVpnTunnelStatus
GatewayIpSecVpnTunnelStatus
This includes the IPSec Tunnel status such as whether the tunnel is up or down and the IKE Session status.
JSON Example
{
"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.