countOrgWiredClients
GET https://{{host}}/api/v1/orgs/:org_id/wired_clients/count
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
distinct | null | port_id, vlan, device_mac, site_id, ip, manufacture, default is device_mac |
RESPONSES
status: OK
{"start":1648443400.8221116,"end":1648529800.8221116,"limit":1000,"distinct":"device_mac","total":20,"results":[{"device_mac":"112233445566","count":7},{"device_mac":"aabbccddeeff","count":2}]}