{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Design API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Design", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List rack types", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/design/rack-types" }, "docs": "Returns all rack type designs." }, { "info": { "name": "Juniper Networks Create rack type", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/design/rack-types", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new rack type design." }, { "info": { "name": "Juniper Networks List design templates", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/design/templates" }, "docs": "Returns all data center design templates." }, { "info": { "name": "Juniper Networks Create design template", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/design/templates", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new data center design template." }, { "info": { "name": "Juniper Networks List logical devices", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/design/logical-devices" }, "docs": "Returns all logical device definitions." }, { "info": { "name": "Juniper Networks List interface maps", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/design/interface-maps" }, "docs": "Returns interface maps that map logical device ports to physical device interfaces." } ] } ], "bundled": true }