Access point radar hit
Triggered when an access point detects radar on a DFS channel and moves clients to a fallback channel.
Alert name: ALERT_AP_RADAR_HIT
Payload
{
"metadata": {
"alert_name": "ALERT_AP_RADAR_HIT",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"access_point": {
"label": "Floor 2 - Conference Room"
},
"dfs_channel": 52,
"fallback_channel": 36,
"clients_moved_off": [
"AA:BB:CC:DD:EE:F1",
"AA:BB:CC:DD:EE:F2"
]
}
}Fields
| Field | Type | Description |
|---|---|---|
access_point.label | string | Name of the access point |
dfs_channel | integer | The DFS channel where radar was detected |
fallback_channel | integer | The channel clients were moved to |
clients_moved_off | array of strings | MAC addresses of clients that were moved |