rootly_alerts
Details of Rootly alerts.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Rootly ID of the alert.
-
source
string - Source of the alert.
-
source_url
string - URL of the alert source.
-
status
string - Status of the alert.
-
summary
string - Summary of the alert.
-
alert_urgency_id
Foreign key - ID of the alert urgency.
-
created_at
date - Timestamp when the alert was created.
-
updated_at
date - Timestamp when the alert was updated.
-
row_created_at
date - Timestamp when the row was created.
-
row_updated_at
date - Timestamp when the row was last updated.