Expand description
Alert management module for handling CRUD operations on alerts.
This module provides functionality to create, read, update, and delete alerts in the system. It includes endpoints for managing alerts associated with applications and organizations.
Structs§
- Acknowledge
Alert Request - Bulk
Update Status Request - Create
Alert Request - Create
Escalation Request - Update
Alert Status Request
Functions§
- acknowledge_
alert - Acknowledge an alert
- auto_
resolve_ old_ alerts - Auto-resolve old alerts
- bulk_
update_ alert_ status - Bulk update alert status
- create_
alert - Create a new alert
- escalate_
alert - Create an escalation for an alert
- get_
alert - Get details of a specific alert including related data
- get_
alerts_ needing_ escalation - Get alerts needing escalation
- get_
app_ alerts - Get alerts for a specific application
- get_
org_ active_ alerts - Get active alerts for an organization
- get_
org_ alert_ stats - Get alert statistics for an organization
- list_
alerts - Get a paginated list of alerts with filtering options
- resolve_
alert - Resolve an alert
- search_
alerts - Search for alerts
- update_
alert_ status - Update an alert’s status