{ "opencollection": "1.0.0", "info": { "name": "Sysdig Monitor Activity Audit Notification Channels API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notification Channels", "type": "folder" }, "items": [ { "info": { "name": "List Notification Channels", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/notificationChannels" }, "docs": "Retrieve all notification channels configured for alert routing." }, { "info": { "name": "Create Notification Channel", "type": "http" }, "http": { "method": "POST", "url": "https://api.us1.sysdig.com/api/notificationChannels", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new notification channel for alert routing." }, { "info": { "name": "Get Notification Channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/notificationChannels/:channelId", "params": [ { "name": "channelId", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific notification channel." }, { "info": { "name": "Update Notification Channel", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us1.sysdig.com/api/notificationChannels/:channelId", "params": [ { "name": "channelId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing notification channel." }, { "info": { "name": "Delete Notification Channel", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.us1.sysdig.com/api/notificationChannels/:channelId", "params": [ { "name": "channelId", "value": "", "type": "path" } ] }, "docs": "Delete a notification channel." } ] } ], "bundled": true }