{ "opencollection": "1.0.0", "info": { "name": "Dome9 / CloudGuard AWSAccounts Roles API", "version": "2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "List roles", "type": "http" }, "http": { "method": "GET", "url": "https://api.dome9.com/v2/role" }, "docs": "List roles" }, { "info": { "name": "Create role", "type": "http" }, "http": { "method": "POST", "url": "https://api.dome9.com/v2/role", "body": { "type": "json", "data": "{}" } }, "docs": "Create role" }, { "info": { "name": "Update role", "type": "http" }, "http": { "method": "PUT", "url": "https://api.dome9.com/v2/role/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update role" }, { "info": { "name": "Delete role", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dome9.com/v2/role/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete role" } ] } ], "bundled": true }