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