{ "opencollection": "1.0.0", "info": { "name": "Check Point CloudGuard Access Rules Cloud Accounts API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Cloud Accounts", "type": "folder" }, "items": [ { "info": { "name": "List onboarded cloud accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.dome9.com/v2/CloudAccounts" }, "docs": "List onboarded cloud accounts" }, { "info": { "name": "Onboard a cloud account", "type": "http" }, "http": { "method": "POST", "url": "https://api.dome9.com/v2/CloudAccounts", "body": { "type": "json", "data": "{}" } }, "docs": "Onboard a cloud account" } ] } ], "bundled": true }