{ "opencollection": "1.0.0", "info": { "name": "Dome9 / CloudGuard AWSAccounts Compliance API", "version": "2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Compliance", "type": "folder" }, "items": [ { "info": { "name": "Retrieve compliance findings", "type": "http" }, "http": { "method": "GET", "url": "https://api.dome9.com/v2/compliancefinding", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageNumber", "value": "", "type": "query" } ] }, "docs": "Retrieve compliance findings" } ] } ], "bundled": true }