{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites RRM API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites RRM", "type": "folder" }, "items": [ { "info": { "name": "getSiteChannelScores", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/rrm/channel_scores/band/:band", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "band", "value": "", "type": "path", "description": "802.11 Band" }, { "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 Site Channel Scores" }, { "info": { "name": "getSiteCurrentChannelPlanning", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/rrm/current", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Get Current Channel Planning" }, { "info": { "name": "getSiteCurrentRrmConsiderations", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/rrm/current/devices/:device_id/band/:band", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "device_id", "value": "", "type": "path" }, { "name": "band", "value": "", "type": "path", "description": "802.11 Band" } ] }, "docs": "Get Current RRM Considerations for an AP on a Specific Band" }, { "info": { "name": "listSiteRrmEvents", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/rrm/events", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "band", "value": "", "type": "query", "description": "802.11 Band" }, { "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\")" }, { "name": "duration", "value": "", "type": "query", "description": "Duration like 7d, 2w" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List Site RRM Events" }, { "info": { "name": "listSiteCurrentRrmNeighbors", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/rrm/neighbors/band/:band", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "band", "value": "", "type": "path", "description": "802.11 Band" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List Current RRM observed neighbors" } ] } ], "bundled": true }