{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites Anomaly API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites Anomaly", "type": "folder" }, "items": [ { "info": { "name": "getSiteAnomalyEventsForClient", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/anomaly/client/:client_mac/:metric", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "client_mac", "value": "", "type": "path" }, { "name": "metric", "value": "", "type": "path", "description": "See [List Insight Metrics](/#operations/listInsightMetrics) for available metrics" } ] }, "docs": "Get Client Anomaly Events" }, { "info": { "name": "getSiteAnomalyEventsForDevice", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/anomaly/device/:device_mac/:metric", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "metric", "value": "", "type": "path", "description": "See [List Insight Metrics](/#operations/listInsightMetrics) for available metrics" }, { "name": "device_mac", "value": "", "type": "path" } ] }, "docs": "Get Device Anomaly Events" }, { "info": { "name": "listSiteAnomalyEvents", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/anomaly/:metric", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "metric", "value": "", "type": "path", "description": "See [List Insight Metrics](/#operations/listInsightMetrics) for available metrics" } ] }, "docs": "List Site Anomaly Events" } ] } ], "bundled": true }