GET /api/v1/sites/{site_id}/sle/{scope}/{scope_id}/metric/{metric}/impact-summary

mist.com

Summary: getSiteSleImpactSummary
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)

classifier (string, query, optional)
duration (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

end (integer, query, optional, default: 0)

Constraints: {'minimum': 0}

fields (string, query, optional)

Constraints: {'enum': ['wlan', 'device_type', 'device_os', 'band', 'ap', 'server', 'mxedge', 'switch', 'client', 'vlan', 'interface', 'chassis', 'gateway', 'peer_path', 'gateway_zones']}

metric (string, path, required)

values from /api/v1/sites/{site_id}/sle/{scope}/{scope_id}/metrics

scope (string, path, required)

Constraints: {'enum': ['site', 'ap', 'switch', 'gateway', 'client']}

scope_id (string, path, required)

* site_id if `scope`==`site` * device_id if `scope`==`ap`, `scope`==`switch` or `scope`==`gateway` * mac if `scope`==`client`

site_id (string, path, required)
start (integer, query, optional, default: 0)

Constraints: {'minimum': 0}

No probe data for this endpoint yet.