getOrgDevicesStats

GET https://{{host}} /api/v1/orgs/:org_id/stats/devices

This API renders some high-level device stats, pagination is assumed and returned in response header (as the response is an array)

Request Filters

NameTypeDescription
site_idstringsite_id
typestringdevice tyoe: ap / switch / gateway / all
macstring5c5b350e0001
evpntopo_idstringEVPN Topology ID
evpn_unusedboolif evpn_unused=true, find EVPN eligible switches which don’t belong to any EVPN Topology yet

Request Params

KeyDatatypeRequiredDescription
limitnumber

RESPONSES

status: OK

[{"mac":"5c5b35000010","model":"AP200","type":"ap","serial":"FXLH2015170017","last_seen":1470417522,"name":"conference room","status":"connected","version":"1.0.0","ip":"10.2.9.159","uptime":13500}]