/watcher/threshold/{watcher_id}
Designing
PUT
/watcher/threshold/{watcher_id}
Last modified:2024-12-11 16:14:10
Parameters are the same as for POST /watcher/threshold
The id of the watcher to be updated is provided in the URL, e.g.
/watcher/123
Request
Path Params
watcher_id
stringÂ
required
Body Params application/x-www-form-urlencoded
alert
stringÂ
optional
name
stringÂ
required
chips
stringÂ
required
alert_slack_channel
stringÂ
optional
expiration_time_seconds
numberÂ
optional
alert_email_recipient_ids
stringÂ
optional
alert_sms_recipient_ids
stringÂ
optional
alert_teams_webhook_url
stringÂ
optional
mention_slack_recipient_ids
stringÂ
optional
send_test_alert
stringÂ
optional
function_name
stringÂ
optional
function_seconds
integerÂ
optional
lower_critical_value
numberÂ
optional
lower_enabled
stringÂ
optional
lower_num_samples
integerÂ
optional
lower_warning_value
numberÂ
optional
upper_critical_value
numberÂ
optional
upper_enabled
stringÂ
optional
upper_num_samples
integerÂ
optional
upper_warning_value
numberÂ
optional
doac_enabled
stringÂ
optional
minimum_average_seconds
stringÂ
optional
minimum_average_value
numberÂ
optional
Request samples
Responses
Modified at 2024-12-11 16:14:10