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/services.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,6 @@ data "statuspal_services" "all" {
34
34
<aid="nestedatt--services"></a>
35
35
### Nested Schema for `services`
36
36
37
-
Optional:
38
-
39
-
-`monitoring_options` (Attributes) Configuration options for monitoring the service. These options vary depending on whether the monitoring type is internal or third-party. (see [below for nested schema](#nestedatt--services--monitoring_options))
40
-
41
37
Read-Only:
42
38
43
39
-`auto_incident` (Boolean) Create an incident automatically when this service is down and close it if/when it comes back up.
@@ -63,12 +59,13 @@ Read-Only:
63
59
-`incoming_webhook_url` (String) This is field is populated from `inbound_email_id`, if the `monitoring` is set to `webhook` and the `webhook_monitoring_service` is set.
64
60
-`inserted_at` (String) Datetime at which the service was inserted.
-`monitoring_options` (Attributes) Configuration options for monitoring the service. These options vary depending on whether the monitoring type is internal or third-party. (see [below for nested schema](#nestedatt--services--monitoring_options))
72
69
-`name` (String) The name of the service.
73
70
-`order` (Number) Service's position in the service list.
### Nested Schema for `services.monitoring_options`
111
108
112
-
Optional:
109
+
Read-Only:
113
110
114
111
-`headers` (Attributes List) A list of header objects to be sent with the monitoring request. Each header should include a `key` and `value`. (see [below for nested schema](#nestedatt--services--monitoring_options--headers))
115
112
-`keyword_down` (String) A custom keyword that indicates a 'down' status when monitoring a third-party service. This keyword is used to parse and understand service.
Copy file name to clipboardExpand all lines: docs/data-sources/status_pages.md
+1-18Lines changed: 1 addition & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ data "statuspal_status_pages" "all" {
37
37
Read-Only:
38
38
39
39
-`about` (String) Customize the about information displayed in your status page.
40
-
-`allowed_email_domains` (String) Allowed email domains. Each domain should be separated by \n (e.g., 'acme.corp\nnapster.com')
40
+
-`allowed_email_domains` (String) Users with these domains in their email address will be able to sign up via status page invite link. Each domain should be separated by `\n` (e.g., `acme.corp\nnapster.com`).
41
41
-`bg_image` (String) Background image url of the status page.
42
42
-`calendar_enabled` (Boolean) Allow your customers to receive updates via iCalendar feed.
43
43
-`captcha_enabled` (Boolean) Enable captchas (this option is only available when the status page is member restricted).
@@ -101,7 +101,6 @@ Read-Only:
101
101
-`subscribers_enabled` (Boolean) Allow email customers to receive email notifications.
102
102
-`support_email` (String) Your company's support email.
103
103
-`teams_notifications_enabled` (Boolean) Allow your customers to receive notifications on Microsoft Teams.
104
-
-`theme_configs` (Object) Theme configuration for the status page. (see [below for nested schema](#nestedatt--status_pages--theme_configs))
105
104
-`theme_selected` (String) The selected theme for state page, it can be "default" and "big-logo".
106
105
-`time_format` (String) Display timestamps of incidents and updates in this format.
107
106
-`time_zone` (String) The primary timezone the status page uses to display incidents (e.g. "Europe/Berlin").
@@ -127,22 +126,6 @@ Read-Only:
127
126
-`url` (String) The website to your company, project or service.
128
127
-`zoom_notifications_enabled` (Boolean) Allow your customers to receive notifications on Zoom.
Copy file name to clipboardExpand all lines: docs/resources/status_page.md
+2-19Lines changed: 2 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Required:
48
48
Optional:
49
49
50
50
-`about` (String) Customize the about information displayed in your status page.
51
-
-`allowed_email_domains` (String) Allowed email domains. Each domain should be separated by \n (e.g., 'acme.corp\nnapster.com')
51
+
-`allowed_email_domains` (String) Users with these domains in their email address will be able to sign up via status page invite link. Each domain should be separated by `\n` (e.g., `acme.corp\nnapster.com`).
52
52
-`calendar_enabled` (Boolean) Allow your customers to receive updates via iCalendar feed.
53
53
-`captcha_enabled` (Boolean) Enable captchas (this option is only available when the status page is member restricted).
54
54
-`current_incidents_position` (String) The incident position displayed in the status page, it can be "below_services" and "above_services".
@@ -107,7 +107,6 @@ Optional:
107
107
-`subscribers_enabled` (Boolean) Allow email customers to receive email notifications.
108
108
-`support_email` (String) Your company's support email.
109
109
-`teams_notifications_enabled` (Boolean) Allow your customers to receive notifications on Microsoft Teams.
110
-
-`theme_configs` (Object) Theme configuration for the status page. (see [below for nested schema](#nestedatt--status_page--theme_configs))
111
110
-`theme_selected` (String) The selected theme for state page, it can be "default" and "big-logo".
112
111
-`time_format` (String) Display timestamps of incidents and updates in this format.
113
112
-`translations` (Attributes Map) A translations object. For example:
@@ -128,6 +127,7 @@ Optional:
128
127
-`tweeting_enabled` (Boolean) Allows to send tweets when creating or updating an incident.
129
128
-`twitter_public_screen_name` (String) Twitter handle name (e.g. yourcompany).
0 commit comments