{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites Maps - Auto-Zone API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites Maps - Auto-Zone", "type": "folder" }, "items": [ { "info": { "name": "getSiteMapAutoZoneStatus", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/maps/:map_id/auto_zones", "params": [ { "name": "map_id", "value": "", "type": "path" }, { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "This API provides the current status of the auto zones service for a given map" }, { "info": { "name": "startSiteMapAutoZone", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/maps/:map_id/auto_zones", "params": [ { "name": "map_id", "value": "", "type": "path" }, { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "This API starts the auto zones service for a specified map. This map must have an image to parse for the auto zones service. Repeated POST requests to this endpoint while the auto zones service is processing the map will be rejected." }, { "info": { "name": "deleteSiteMapAutoZone", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/sites/:site_id/maps/:map_id/auto_zones", "params": [ { "name": "map_id", "value": "", "type": "path" }, { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "This API starts the auto zones service for a specified map. This map must have an image to parse for the auto zones service. Repeated POST requests to this endpoint while the auto zones service is processing the map or awaiting review will be rejected." } ] } ], "bundled": true }