Skip to main content
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

FieldTypeDescription
access_point.labelstringName of the access point
client_countintegerCurrent number of connected clients
client_thresholdintegerConfigured threshold that was exceeded