{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Maps API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Maps", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List site maps", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/sites/:site_id/maps", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Site unique identifier" } ] }, "docs": "Returns all maps (floorplans) configured for the site." }, { "info": { "name": "Juniper Networks Create site map", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/sites/:site_id/maps", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Site unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new map (floorplan) for the site." } ] } ], "bundled": true }