{ "opencollection": "1.0.0", "info": { "name": "OptScale REST Authentication Cloud Accounts API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cloud Accounts", "type": "folder" }, "items": [ { "info": { "name": "List cloud accounts for an organization", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/restapi/v2/organizations/:organization_id/cloud_accounts", "params": [ { "name": "organization_id", "value": "", "type": "path" } ] }, "docs": "List cloud accounts for an organization" }, { "info": { "name": "Create a cloud account connection", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/restapi/v2/organizations/:organization_id/cloud_accounts", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a cloud account connection" }, { "info": { "name": "Get cloud account", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/restapi/v2/cloud_accounts/:cloud_account_id", "params": [ { "name": "cloud_account_id", "value": "", "type": "path" } ] }, "docs": "Get cloud account" }, { "info": { "name": "Disconnect a cloud account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}/restapi/v2/cloud_accounts/:cloud_account_id", "params": [ { "name": "cloud_account_id", "value": "", "type": "path" } ] }, "docs": "Disconnect a cloud account" } ] } ], "bundled": true }