countSiteWanClients
GET https://{{host}}/api/v1/sites/:site_id/wan_clients/count
Query Parameters
Name | Type | Description |
---|---|---|
distinct | string | hostname, ip, mfg, network, default is mac |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
distinct | null |
RESPONSES
status: OK
{"start":1511967600,"end":1513177200,"limit":10,"distinct":"device","total":2,"results":[{"mfg":"Apple","count":61},{"mfg":"Sonos","count":44}]}