countOrgWirelessClientEvents
GET https://{{host}}/api/v1/orgs/:org_id/clients/events/count?distinct=type
Query Parameter
In addition to the filters that you can have in the search
Parameter | Type | Description |
---|---|---|
distinct | string | type / proto / band / channel / wlan_id / ssid |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
distinct | string |
RESPONSES
status: OK
{"start":1513276353,"end":1513362753,"limit":3,"total":3,"results":[{"count":580,"type":"CLIENT_AUTHENTICATED"},{"count":536,"type":"CLIENT_GW_ARP_OK"},{"count":519,"type":"CLIENT_ASSOCIATION"}]}