{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Configlets API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Configlets", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List blueprint configlets", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/blueprints/:blueprint_id/configlets", "params": [ { "name": "blueprint_id", "value": "", "type": "path", "description": "Blueprint unique identifier" } ] }, "docs": "Returns configlets applied to the blueprint." }, { "info": { "name": "Juniper Networks List design configlets", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/design/configlets" }, "docs": "Returns all configlet templates." }, { "info": { "name": "Juniper Networks Create design configlet", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/design/configlets", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new configlet template." } ] } ], "bundled": true }