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