{ "opencollection": "1.0.0", "info": { "name": "Mist Admins MSPs SLEs API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "MSPs SLEs", "type": "folder" }, "items": [ { "info": { "name": "getMspSle", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/msps/:msp_id/insights/:metric", "params": [ { "name": "msp_id", "value": "", "type": "path" }, { "name": "metric", "value": "", "type": "path", "description": "See [List Insight Metrics](/#operations/listInsightMetrics) for available metrics" }, { "name": "sle", "value": "", "type": "query", "description": "See [List Insight Metrics](/#operations/listInsightMetrics) for more details" }, { "name": "duration", "value": "", "type": "query", "description": "Duration like 7d, 2w" }, { "name": "interval", "value": "", "type": "query", "description": "Aggregation works by giving a time range plus interval (e.g. 1d, 1h, 10m) where aggregation function would be applied to." }, { "name": "start", "value": "", "type": "query", "description": "Start time (epoch timestamp in seconds, or relative string like \"-1d\", \"-1w\")" }, { "name": "end", "value": "", "type": "query", "description": "End time (epoch timestamp in seconds, or relative string like \"-1d\", \"-2h\", \"now\")" } ] }, "docs": "Get MSP SLEs (all/worst Orgs ...)" } ] } ], "bundled": true }