{ "opencollection": "1.0.0", "info": { "name": "Open Liberty APIs Applications Compliance API", "version": "24.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Compliance", "type": "folder" }, "items": [ { "info": { "name": "List Compliance Reports", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:9443/compliance/reports" }, "docs": "Returns a list of compliance reports." }, { "info": { "name": "Get Compliance Report Details", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:9443/compliance/reports/:reportId", "params": [ { "name": "reportId", "value": "500123", "type": "path" } ] }, "docs": "Returns a specific compliance report." } ] } ], "bundled": true }