countOrgWanClients
GET https://{{host}}/api/v1/orgs/:org_id/wired_clients/count
Query Parameters
Name | Type | Description |
---|---|---|
distinct | string | hostname, ip, mfg, network, default is mac |
RESPONSES
status: OK
{"start":1511967600,"end":1513177200,"limit":10,"distinct":"device","total":2,"results":[{"mfg":"Apple","count":61},{"mfg":"Sonos","count":44}]}