{ "opencollection": "1.0.0", "info": { "name": "Sysdig Monitor Activity Audit Alerts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "List Alerts", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/v2/alerts", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of alerts to return" }, { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination" } ] }, "docs": "Retrieve a list of all monitoring alerts configured for the team." }, { "info": { "name": "Create Alert", "type": "http" }, "http": { "method": "POST", "url": "https://api.us1.sysdig.com/api/v2/alerts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new monitoring alert." }, { "info": { "name": "Get Alert", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/v2/alerts/:alertId", "params": [ { "name": "alertId", "value": "", "type": "path", "description": "Unique identifier of the alert" } ] }, "docs": "Retrieve details of a specific monitoring alert by ID." }, { "info": { "name": "Update Alert", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us1.sysdig.com/api/v2/alerts/:alertId", "params": [ { "name": "alertId", "value": "", "type": "path", "description": "Unique identifier of the alert" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing monitoring alert." }, { "info": { "name": "Delete Alert", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.us1.sysdig.com/api/v2/alerts/:alertId", "params": [ { "name": "alertId", "value": "", "type": "path", "description": "Unique identifier of the alert" } ] }, "docs": "Delete a specific monitoring alert." } ] } ], "bundled": true }