{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Security Groups API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Security Groups", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List security groups", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/security-groups", "params": [ { "name": "parent_id", "value": "", "type": "query", "description": "Filter by parent resource UUID" }, { "name": "detail", "value": "", "type": "query", "description": "Return full object details instead of references" } ] }, "docs": "Returns all security groups." }, { "info": { "name": "Juniper Networks Create security group", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/security-groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new security group with access control rules." } ] } ], "bundled": true }