countOrgDevices
GET https://{{host}}/api/v1/orgs/:org_id/devices/count?distinct=model
Supported Filters
Parameter | Type | Description |
---|---|---|
hostname | string | partial / full hostname |
site_id | string | site id |
model | string | device model |
mac | string | AP mac |
version | string | version |
ip | string | ip address |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
distinct | string |
RESPONSES
status: OK
{"end":1545874660.211871,"distinct":"model","results":[{"count":22,"model":"AP41-US"}],"start":1545788260.21184,"limit":10,"percentage":100,"total":1}