GET /api/v1/sites/{site_id}/sle/{scope}/{scope_id}/metric/{metric}/impact-summary
Operation ID: getSiteSleImpactSummary
Auth: unknown
Description
Get impact summary counts optionally filtered by classifier and failure type * Wireless SLE Fields: `wlan`, `device_type`, `device_os` ,`band`, `ap`, `server`, `mxedge` * Wired SLE Fields: `switch`, `client`, `vlan`, `interface`, `chassis` * WAN SLE Fields: `gateway`, `client`, `interface`, `chassis`, `peer_path`, `gateway_zones`
Parameters (9)
(string, query, optional)
(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)
Constraints: {'enum': ['wlan', 'device_type', 'device_os', 'band', 'ap', 'server', 'mxedge', 'switch', 'client', 'vlan', 'interface', 'chassis', 'gateway', 'peer_path', 'gateway_zones']}
(string, path, required)
values from /api/v1/sites/{site_id}/sle/{scope}/{scope_id}/metrics
(string, path, required)
Constraints: {'enum': ['site', 'ap', 'switch', 'gateway', 'client']}
(string, path, required)
* site_id if `scope`==`site` * device_id if `scope`==`ap`, `scope`==`switch` or `scope`==`gateway` * mac if `scope`==`client`
(string, path, required)
(integer, query, optional, default: 0)
Constraints: {'minimum': 0}
No probe data for this endpoint yet.