You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/exploration_alert.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This data source allows you to get information about an Alert on an Exploration
32
32
-`created_at` (String) The time when this alert was created.
33
33
-`critical_alert` (Boolean) Mark as critical alert (bypasses quiet hours).
34
34
-`email` (Boolean) Enable email notifications.
35
-
-`escalation_target` (List of Object) The escalation target for this alert. Specify either team_id/team_name OR policy_id. (see [below for nested schema](#nestedatt--escalation_target))
35
+
-`escalation_target` (List of Object) The escalation target for this alert. Specify either team_id/team_name OR policy_id/policy_name. (see [below for nested schema](#nestedatt--escalation_target))
-`check_period` (Number) How often to check the alert condition in seconds.
31
+
-`confirmation_period` (Number) The confirmation delay in seconds before triggering (required, >= 0).
32
32
-`critical_alert` (Boolean) Mark as critical alert (bypasses quiet hours).
33
33
-`email` (Boolean) Enable email notifications.
34
-
-`escalation_target` (Block List, Max: 1) The escalation target for this alert. Specify either team_id/team_name OR policy_id. (see [below for nested schema](#nestedblock--escalation_target))
34
+
-`escalation_target` (Block List, Max: 1) The escalation target for this alert. Specify either team_id/team_name OR policy_id/policy_name. (see [below for nested schema](#nestedblock--escalation_target))
0 commit comments