{ "opencollection": "1.0.0", "info": { "name": "Sysdig Monitor Activity Audit Events API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/v2/events", "params": [ { "name": "from", "value": "", "type": "query", "description": "Start time in Unix epoch microseconds" }, { "name": "to", "value": "", "type": "query", "description": "End time in Unix epoch microseconds" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of events to return" } ] }, "docs": "Retrieve monitoring events including custom events, alerts, and system events." }, { "info": { "name": "Create Event", "type": "http" }, "http": { "method": "POST", "url": "https://api.us1.sysdig.com/api/v2/events", "body": { "type": "json", "data": "{}" } }, "docs": "Create a custom event in Sysdig Monitor." } ] } ], "bundled": true }