countSiteWirelessClientSessions
GET https://{{host}}/api/v1/sites/:site_id/clients/sessions/count
#### Query Parameter In addition to the filters that you can have in the search
NOTE: the filters from /clients/sessions/search can also be used. (E.g. /clients/sessions/count?distinct=client_manufacture)
Parameter | Type | Description |
---|---|---|
distinct | string | ssid, wlanid, ap, mac, clientfamily, clientmanufacture, clientmodel, client_os, default is mac |
RESPONSES
status: OK
{"start":1511967600,"end":1513177200,"limit":100,"distinct":"client_manufacture","total":20,"results":[{"count":217,"client_manufacture":"Apple"},{"count":35,"client_manufacture":"Intel Corporate"}]}