{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Enrolled Devices API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Enrolled Devices", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List enrolled devices", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/enrolled-devices" }, "docs": "Returns all SRX devices enrolled with ATP Cloud." }, { "info": { "name": "Juniper Networks Get enrolled device details", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/enrolled-devices/:device_id", "params": [ { "name": "device_id", "value": "", "type": "path" } ] }, "docs": "Returns details for a specific enrolled device." } ] } ], "bundled": true }