{ "opencollection": "1.0.0", "info": { "name": "Orchestrator Admin Settings Security Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Security Groups", "type": "folder" }, "items": [ { "info": { "name": "List security groups", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/security-groups", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "List security groups" }, { "info": { "name": "Add security group", "type": "http" }, "http": { "method": "POST", "url": "/tenants/:tenant/security-groups", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Add security group" }, { "info": { "name": "Get security group by ID", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/security-groups/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get security group by ID" }, { "info": { "name": "Remove security group", "type": "http" }, "http": { "method": "DELETE", "url": "/tenants/:tenant/security-groups/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove security group" } ] } ], "bundled": true }