GET /api/v1/orgs/{org_id}/stats/devices
Operation ID: listOrgDevicesStats
Auth: unknown
Description
Get List of Org Devices stats This API renders some high-level device stats, pagination is assumed and returned in response header (as the response is an array)
Parameters (12)
(string, query, optional, default: 1d)
For historical stats and/or logs where time range is needed, you can specify the time range in a few different ways: * ?start=1430000000&end=1430864000 specify the start / end * ?end=1430864000&duration=1d specify end time and duration * ?duration=1d specify duration, end will be now() in seconds
(integer, query, optional, default: 0)
Constraints: {'minimum': 0}
(string, query, optional)
if `evpn_unused`==`true`, find EVPN eligible switches which don’t belong to any EVPN Topology yet
(string, query, optional)
EVPN Topology ID
(integer, query, optional, default: 100)
Constraints: {'minimum': 0}
(string, query, optional)
(string, path, required)
(integer, query, optional, default: 1)
Constraints: {'minimum': 1}
(string, query, optional)
(integer, query, optional, default: 0)
Constraints: {'minimum': 0}
(string, query, optional, default: all)
Constraints: {'enum': ['all', 'connected', 'disconnected']}
(string, query, optional, default: ap)
Constraints: {'enum': ['ap', 'switch', 'gateway', 'all']}
No probe data for this endpoint yet.