{ "opencollection": "1.0.0", "info": { "name": "Check Point CloudGuard Access Rules System API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Show system information", "type": "http" }, "http": { "method": "POST", "url": "https://api.dome9.com/v2/show-system-info" }, "docs": "Show system information" } ] } ], "bundled": true }