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