{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Intent-Based Networking Alarms Security Groups API", "version": "4.2" }, "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" }, "docs": "Returns all security groups. Security groups provide stateful packet filtering at the virtual machine interface level, similar to OpenStack 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 ingress/egress rules." } ] } ], "bundled": true }