{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Intent-Based Networking Alarms Systems API", "version": "4.2" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Systems", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List managed systems", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/systems" }, "docs": "Returns all systems (network devices) known to Apstra, including their agent status, management IP, and hardware information." }, { "info": { "name": "Juniper Networks Get system details", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/systems/:system_id", "params": [ { "name": "system_id", "value": "", "type": "path", "description": "System unique identifier." } ] }, "docs": "Returns detailed information for a specific managed system." } ] } ], "bundled": true }