EdgeL2VpnTunnelStatus
EdgeL2VpnTunnelStatus
This includes the L2 VPN tunnel status such as whether the tunnel is up or down and the IKE Session status.
JSON Example
{
"runtimeStatus": "string",
"failureReason": "string"
}
string
runtimeStatus
Optional
Gives the overall L2 VPN Runtime Status (one of either UP or DOWN).
- UP - Indicating that the tunnel connection has been successfully established.
- DOWN - Indicating that the tunnel connection has not yet been successfully established.
string
failureReason
Optional
The error message which led to this tunnel's failure (if applicable).