{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Maps API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Maps", "type": "folder" }, "items": [ { "info": { "name": "importOrgMaps", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/maps/import", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Import data from files is a multipart POST which has a file, an optional json, and an optional csv, to create floorplan, assign matching inventory to specific site, place ap if name or mac matches\n\n### CSV File Format\n```csv\nVendor AP name,Mist AP Mac\nUS Office AP-2 - 5c:5b:35:00:00:02,5c5b35000002\n```" }, { "info": { "name": "importOrgMapToSite", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/sites/:site_name/maps/import", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "site_name", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Import data from files is a multipart POST which has a file, an optional json, and an optional csv, to create floorplan, assign matching inventory to specific site, place ap if name or mac matches\n\n#### Request\n\n```\n\"json\": a JSON string describing your upload\n\"file\": a binary file\n```" } ] } ], "bundled": true }