opsgenie_alerts
Details about OpsGenie alerts.
-
id
Primary key - Unique identifier for the row
-
source_id
Foreign key - Identifier of the alert in Opsgenie
-
alias
string - Client-defined identifier of the alert, that is also the key element of Alert De-Duplication
-
message
string - Message of the alert
-
status
string - Status of the alert
-
acknowledged
boolean - Boolean indicating if the alert was acknowledged
-
count
number - Number of times the alert occurred
-
last_occurred_at
date - Most recent occurrence of the alert
-
created_at
date - Timestamp of when the alert was created
-
updated_at
date - Timestamp of when the alert was updated
-
source
string - Source of the alert (Azure, Datadog, Pingdom, etc.)
-
owner
string - Owner of the alert
-
priority
string - Priority level of the alert. Possible values are P1, P2, P3, P4 and P5. Default value is P3.
-
ack_time
number - Time (in seconds) to acknowledge
-
close_time
number - Time (in seconds) to close