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
-`team_id` (String) The ID of the OnCall team. To get one, create a team in Grafana, and navigate to the OnCall plugin (to sync the team with OnCall). You can then get the ID using the `grafana_oncall_team` datasource.
42
+
-`team_id` (String) The ID of the OnCall team (using the `grafana_oncall_team` datasource).
-`labels` (List of Map of String) A list of string-to-string mappings. Each map must include one key named "key" and one key named "value".
59
-
-`team_id` (String) The ID of the OnCall team. To get one, create a team in Grafana, and navigate to the OnCall plugin (to sync the team with OnCall). You can then get the ID using the `grafana_oncall_team` datasource.
75
+
-`team_id` (String) The ID of the OnCall team (using the `grafana_oncall_team` datasource).
60
76
-`templates` (Block List, Max: 1) Jinja2 templates for Alert payload. An empty templates block will be ignored. (see [below for nested schema](#nestedblock--templates))
-`level` (Number) The priority level. The higher the value, the higher the priority.
109
123
-`rolling_users` (List of Set of String) The list of lists with on-call users (for rolling_users event type)
110
124
-`start_rotation_from_user_index` (Number) The index of the list of users in rolling_users, from which on-call rotation starts.
111
-
-`team_id` (String) The ID of the OnCall team. To get one, create a team in Grafana, and navigate to the OnCall plugin (to sync the team with OnCall). You can then get the ID using the `grafana_oncall_team` datasource.
125
+
-`team_id` (String) The ID of the OnCall team (using the `grafana_oncall_team` datasource).
112
126
-`time_zone` (String) The shift's timezone. Overrides schedule's timezone.
113
127
-`until` (String) The end time of recurrent on-call shifts (endless if null). This parameter takes a date format as yyyy-MM-dd'T'HH:mm:ss (for example "2020-09-05T08:00:00")
114
128
-`users` (Set of String) The list of on-call users (for single_event and recurrent_event event type).
-`integration_filter` (List of String) Restricts the outgoing webhook to only trigger if the event came from a selected integration. If no integrations are selected the outgoing webhook will trigger for any integration.
39
50
-`is_webhook_enabled` (Boolean) Controls whether the outgoing webhook will trigger or is ignored. Defaults to `true`.
40
51
-`password` (String, Sensitive) The auth data of the webhook. Used for Basic authentication
41
-
-`team_id` (String) The ID of the OnCall team. To get one, create a team in Grafana, and navigate to the OnCall plugin (to sync the team with OnCall). You can then get the ID using the `grafana_oncall_team` datasource.
52
+
-`team_id` (String) The ID of the OnCall team (using the `grafana_oncall_team` datasource).
42
53
-`trigger_template` (String) A template used to dynamically determine whether the webhook should execute based on the content of the payload.
43
54
-`trigger_type` (String) The type of event that will cause this outgoing webhook to execute. The types of triggers are: `escalation`, `alert group created`, `acknowledge`, `resolve`, `silence`, `unsilence`, `unresolve`, `unacknowledge`. Defaults to `escalation`.
44
55
-`user` (String) Username to use when making the outgoing webhook request.
-`ical_url_primary` (String) The URL of the external calendar iCal file.
60
75
-`shifts` (Set of String) The list of ID's of on-call shifts.
61
76
-`slack` (Block List, Max: 1) The Slack-specific settings for a schedule. (see [below for nested schema](#nestedblock--slack))
62
-
-`team_id` (String) The ID of the OnCall team. To get one, create a team in Grafana, and navigate to the OnCall plugin (to sync the team with OnCall). You can then get the ID using the `grafana_oncall_team` datasource.
77
+
-`team_id` (String) The ID of the OnCall team (using the `grafana_oncall_team` datasource).
0 commit comments