EdgeIpSecVpnTunnelStatus
EdgeIpSecVpnTunnelStatus
This includes the IPSec Tunnel status such as whether the tunnel is up or down and the IKE Session status.
JSON Example
{
"tunnelStatus": {},
"ikeStatus": {
"ikeServiceStatus": {},
"failReason": "string"
}
}
tunnelStatus
Optional
The overall tunnel status which is consolidated using the Tunnel Status and IKE Status. If the tunnel is up, the status is UP. If the tunnel is down, the status is DOWN. The tunnel may also be in a DEGRADED state due to other issues.
Possible values are : UP, DOWN, DEGRADED,
ikeStatus
Optional
The status for the IPSec VPN IKE Session/Tunnel. The values are UP, DOWN, and NEGOTIATING. A fail reason is also provided if the Service Status is down.