v1
latestOpenAPI 3.0.02026-07-243339471.1 MBGateways
Get summary of gateway WAN tunnel health
Retrieves health summary of WAN tunnels present in the gateway.
get/network-monitoring/v1/gateways/{serial-number}/wan-tunnels-health-summary
Path parameters
serial-numberstring required
The gateway serial number.
Example:GW00000001
Serial number of the gateway device.
Response
Object containing information about the WAN health summary of tunnels present in the gateway.
Example response
{
"health": "Good",
"healthReasons": "TUNNEL_STATUS",
"id": "GW00000001",
"type": "network-monitoring/gateway-monitoring"
}