Functionsยง
- acknowledge_
alert - Acknowledges an alert by a specific user.
- add_
alert_ history - Adds a custom history entry for an alert.
- auto_
resolve_ old_ alerts - Auto-resolves alerts that have been active for longer than a specified period.
- bulk_
update_ alert_ status - Bulk updates the status of multiple alerts.
- count_
alerts - Counts the total number of alerts in the database with optional filtering.
- count_
search_ alerts - Gets the count of matching alerts for a search query.
- create_
alert - Creates a new alert in the database.
- create_
alert_ escalation - Creates an escalation record for an alert.
- get_
alert_ stats - Gets statistics about alerts for an organization grouped by severity and status.
- get_
alert_ with_ related_ data - Retrieves a specific alert by its ID, along with related acknowledgments and escalations.
- get_
alerts_ needing_ escalation - Retrieves alerts that need escalation based on age and status.
- get_
org_ active_ alerts - Retrieves a list of active alerts for a specific organization.
- get_
recent_ app_ alerts - Retrieves a list of recent alerts for a specific application.
- list_
alerts - Retrieves a paginated list of alerts from the database.
- resolve_
alert - Resolves an alert by a specific user.
- search_
alerts - Retrieves alerts that match a specific search query.
- update_
alert_ status - Updates the status of an alert.