{ "opencollection": "1.0.0", "info": { "name": "Check Point CloudGuard Access Rules Sessions API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "Publish session changes", "type": "http" }, "http": { "method": "POST", "url": "https://api.dome9.com/v2/publish" }, "docs": "Publish session changes" }, { "info": { "name": "Install policy package on selected gateways", "type": "http" }, "http": { "method": "POST", "url": "https://api.dome9.com/v2/install-policy", "body": { "type": "json", "data": "{}" } }, "docs": "Install policy package on selected gateways" } ] } ], "bundled": true }