{ "opencollection": "1.0.0", "info": { "name": "Dome9 / CloudGuard AWSAccounts GoogleAccounts API", "version": "2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "GoogleAccounts", "type": "folder" }, "items": [ { "info": { "name": "List Google cloud accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.dome9.com/v2/googlecloudaccount" }, "docs": "List Google cloud accounts" }, { "info": { "name": "Onboard Google cloud account", "type": "http" }, "http": { "method": "POST", "url": "https://api.dome9.com/v2/googlecloudaccount", "body": { "type": "json", "data": "{}" } }, "docs": "Onboard Google cloud account" } ] } ], "bundled": true }