ISP outage
Triggered when an ISP connection is completely down.
Alert name: ALERT_ISP_OUTAGE
Payload
{
"metadata": {
"alert_name": "ALERT_ISP_OUTAGE",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"isp_outages": [
{
"firewall": {
"label": "Primary Firewall"
},
"port_number": 1,
"isp_name": "Comcast Business"
}
]
}
}Fields
| Field | Type | Description |
|---|---|---|
firewall.label | string | Name of the firewall |
port_number | integer | WAN port number |
isp_name | string | Name of the ISP |