{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Systems API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Systems", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List system agents", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/system-agents" }, "docs": "Returns all managed device agents." }, { "info": { "name": "Juniper Networks Create system agent", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/system-agents", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new system agent for a managed device." }, { "info": { "name": "Juniper Networks List managed systems", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/systems" }, "docs": "Returns all managed systems (devices) known to Apstra." } ] } ], "bundled": true }