{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites Stats - Zones API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites Stats - Zones", "type": "folder" }, "items": [ { "info": { "name": "listSiteRssiZonesStats", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/stats/rssizones", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Get List of Site RSSI Zones Stats" }, { "info": { "name": "getSiteRssiZoneStats", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/stats/rssizones/:zone_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "Get Detail RSSI Zone Stats" }, { "info": { "name": "listSiteZonesStats", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/stats/zones", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "map_id", "value": "", "type": "query" }, { "name": "min_duration", "value": "", "type": "query" } ] }, "docs": "Get List of Site Zones Stats" }, { "info": { "name": "getSiteZoneStats", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/stats/zones/:zone_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "Get Detail Zone Stats" } ] } ], "bundled": true }