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
description: '`-` separated set list of integrations ids (e.g.
154
+
"91166-12168")'
155
+
type: string
156
+
custom_message:
157
+
description: Custom message that is part of the email and webhook
158
+
alerts
159
+
type: string
160
+
interval:
161
+
description: 'TMS test intervals in minutes. Allowed intervals:
162
+
5,10,20,60,720,1440. The interval you''re allowed to set may
163
+
vary depending on your current plan.'
164
+
enum:
165
+
- 5
166
+
- 10
167
+
- 20
168
+
- 60
169
+
- 720
170
+
- 1440
171
+
type: integer
172
+
paused:
173
+
description: 'Check status: active or inactive'
174
+
type: boolean
175
+
region:
176
+
description: 'Name of the region where the check is executed.
177
+
Supported regions: us-east, us-west, eu, au'
178
+
enum:
179
+
- us-east
180
+
- us-west
181
+
- eu
182
+
- au
183
+
type: string
184
+
send_notification_when_down:
185
+
description: Send notification when down X times
186
+
format: int64
187
+
type: integer
188
+
severity_level:
189
+
description: 'Check importance- how important are the alerts when
190
+
the check fails. Allowed values: low, high'
191
+
enum:
192
+
- low
193
+
- high
194
+
type: string
195
+
steps:
196
+
description: steps to be executed as part of the check
197
+
items:
198
+
description: PingdomStep respresents a step of the script to
199
+
run a transcaction check
200
+
properties:
201
+
args:
202
+
additionalProperties:
203
+
type: string
204
+
description: 'contains the html element with assigned value
205
+
the key element is always lowercase for example {"url":
206
+
"https://www.pingdom.com"} see available values at https://pkg.go.dev/github.com/karlderkaefer/pingdom-golang-client@latest/pkg/pingdom/client/tmschecks#StepArg'
207
+
type: object
208
+
function:
209
+
description: 'contains the function that is executed as
210
+
part of the step commands: go_to, click, fill, check,
0 commit comments