{ "opencollection": "1.0.0", "info": { "name": "Sysdig Monitor Activity Audit Compliance API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Compliance", "type": "folder" }, "items": [ { "info": { "name": "List Compliance Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/compliance/v2/tasks" }, "docs": "Retrieve all compliance evaluation tasks and their statuses." }, { "info": { "name": "Get Compliance Results", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/compliance/v2/tasks/:taskId/results", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve compliance check results for a specific task." } ] } ], "bundled": true }