ISP degradation
Triggered when ISP connection quality falls below the configured threshold.
Alert name: ALERT_ISP_DEGRADATION
Payload
{
"metadata": {
"alert_name": "ALERT_ISP_DEGRADATION",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"isp_degradations": [
{
"firewall": {
"label": "Primary Firewall"
},
"port_number": 1,
"wan_quality": 0.72,
"wan_quality_threshold": 0.80
}
]
}
}Fields
| Field | Type | Description |
|---|---|---|
firewall.label | string | Name of the firewall |
port_number | integer | WAN port number |
wan_quality | number | Current WAN quality score |
wan_quality_threshold | number | Configured quality threshold |