Access point client count
Triggered when an access point exceeds its configured client count threshold.
Alert name: ALERT_AP_CLIENT_COUNT
Payload
{
"metadata": {
"alert_name": "ALERT_AP_CLIENT_COUNT",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"access_point_client_counts": [
{
"access_point": {
"label": "Floor 2 - Conference Room"
},
"client_count": 45,
"client_threshold": 40
}
]
}
}Fields
| Field | Type | Description |
|---|---|---|
access_point.label | string | Name of the access point |
client_count | integer | Current number of connected clients |
client_threshold | integer | Configured threshold that was exceeded |