{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites Auto Map Assignment API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites Auto Map Assignment", "type": "folder" }, "items": [ { "info": { "name": "applySiteAutoMapAssignment", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/apply_auto_map_assignment", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apply (accept) auto map assignment results for a site. Devices are associated with their assigned maps. Omit `map_ids` or provide an empty list to accept all pending assignments; provide specific `map_ids` for a partial accept." }, { "info": { "name": "getSiteAutoMapAssignmentStatus", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/auto_map_assignment", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Get the current status of auto map assignment for the site." }, { "info": { "name": "startSiteAutoMapAssignment", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/auto_map_assignment", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Start the auto map assignment process for a site. The service automatically assigns APs to maps based on BLE ranging data and requires at least 3 APs with compatible firmware and model support for BLE.\n\nRepeated POST requests while a site assignment is still running will be rejected." }, { "info": { "name": "cancelSiteAutoMapAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/sites/:site_id/auto_map_assignment", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Cancel an in-progress auto map assignment operation for the site. Validates that auto map assignment is currently running, notifies all APs to fetch new configuration, and sends a cancel command to the orchestration service." }, { "info": { "name": "clearSiteAutoMapAssignment", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/clear_auto_map_assignment", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Clear (reject) auto map assignment results for a site without applying them. The cached assignment results are cleared. Omit `map_ids` or provide an empty list to reject all pending assignments; provide specific `map_ids` for a partial reject." } ] } ], "bundled": true }