Module alerts

Source
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§

AcknowledgeAlertRequest
BulkUpdateStatusRequest
CreateAlertRequest
CreateEscalationRequest
UpdateAlertStatusRequest

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