{ "opencollection": "1.0.0", "info": { "name": "Dome9 / CloudGuard AWSAccounts API", "version": "2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "AWSAccounts", "type": "folder" }, "items": [ { "info": { "name": "List AWS cloud accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.dome9.com/v2/cloudaccounts" }, "docs": "List AWS cloud accounts" }, { "info": { "name": "Add a new AWS cloud account", "type": "http" }, "http": { "method": "POST", "url": "https://api.dome9.com/v2/cloudaccounts", "body": { "type": "json", "data": "{}" } }, "docs": "Add a new AWS cloud account" }, { "info": { "name": "Get AWS cloud account by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.dome9.com/v2/cloudaccounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get AWS cloud account by id" }, { "info": { "name": "Delete AWS cloud account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dome9.com/v2/cloudaccounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete AWS cloud account" } ] } ], "bundled": true }