{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Blueprints API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Blueprints", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List all blueprints", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/blueprints" }, "docs": "Returns a list of all data center blueprints." }, { "info": { "name": "Juniper Networks Create a blueprint", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/blueprints", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new data center blueprint from a template." }, { "info": { "name": "Juniper Networks Get blueprint details", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/blueprints/:blueprint_id", "params": [ { "name": "blueprint_id", "value": "", "type": "path", "description": "Blueprint unique identifier" } ] }, "docs": "Returns details for a specific blueprint including its status." }, { "info": { "name": "Juniper Networks Update a blueprint", "type": "http" }, "http": { "method": "PUT", "url": "https://{apstra_server}/api/blueprints/:blueprint_id", "params": [ { "name": "blueprint_id", "value": "", "type": "path", "description": "Blueprint unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing blueprint." }, { "info": { "name": "Juniper Networks Delete a blueprint", "type": "http" }, "http": { "method": "DELETE", "url": "https://{apstra_server}/api/blueprints/:blueprint_id", "params": [ { "name": "blueprint_id", "value": "", "type": "path", "description": "Blueprint unique identifier" } ] }, "docs": "Deletes a data center blueprint." }, { "info": { "name": "Juniper Networks Deploy blueprint", "type": "http" }, "http": { "method": "PUT", "url": "https://{apstra_server}/api/blueprints/:blueprint_id/deploy", "params": [ { "name": "blueprint_id", "value": "", "type": "path", "description": "Blueprint unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Commits and deploys the current blueprint configuration to the managed devices. This pushes the rendered configuration to the network." }, { "info": { "name": "Juniper Networks List blueprint nodes", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/blueprints/:blueprint_id/nodes", "params": [ { "name": "blueprint_id", "value": "", "type": "path", "description": "Blueprint unique identifier" }, { "name": "node_type", "value": "", "type": "query", "description": "Filter by node type" } ] }, "docs": "Returns nodes in the blueprint graph, including systems, interfaces, and logical elements." } ] } ], "bundled": true }