{ "opencollection": "1.0.0", "info": { "name": "Check Point CloudGuard Access Rules Hosts API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Hosts", "type": "folder" }, "items": [ { "info": { "name": "Show host objects", "type": "http" }, "http": { "method": "POST", "url": "https://api.dome9.com/v2/show-hosts" }, "docs": "Show host objects" }, { "info": { "name": "Add a host object", "type": "http" }, "http": { "method": "POST", "url": "https://api.dome9.com/v2/add-host", "body": { "type": "json", "data": "{}" } }, "docs": "Add a host object" } ] } ], "bundled": true }