WAN failover
Triggered when traffic fails over to a backup WAN connection.
Alert name: ALERT_WAN_FAILOVER
Payload
{
"metadata": {
"alert_name": "ALERT_WAN_FAILOVER",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"firewall": {
"label": "Primary Firewall"
},
"active_wans": [
{
"port_number": 2,
"isp_name": "AT&T Business"
}
]
}
}Fields
| Field | Type | Description |
|---|---|---|
firewall.label | string | Name of the firewall |
active_wans[].port_number | integer | WAN port number |
active_wans[].isp_name | string | Name of the ISP on this port |