{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Software Management API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Software Management", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List software packages", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/software-management/packages" }, "docs": "Returns all software packages (images) available in Junos Space." }, { "info": { "name": "Juniper Networks Deploy software to devices", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/software-management/packages/deploy", "body": { "type": "json", "data": "{}" } }, "docs": "Deploys a software package to one or more managed devices." } ] } ], "bundled": true }