Schedule a snooze for the rule
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/alerting/rule/{id}/snooze_schedule</span></div>Refer to Spaces for more information.
When you snooze a rule, the rule checks continue to run but alerts will not generate actions. You can snooze for a specified period of time and schedule single or recurring downtimes.
Path parameters
Identifier of the rule.
Headers
A required header to protect against CSRF attacks
Request body
Response
Indicates a successful call.
Changes
Changed in 1 of the 100 revisions of this API.6
- ●
the
schedule/custom/durationrequest property's maxLength was set to100request-property-max-length-set
- ●
the
schedule/custom/recurring/endrequest property's maxLength was set to100request-property-max-length-set
- ●
the
schedule/custom/recurring/everyrequest property's maxLength was set to100request-property-max-length-set
- ●
the
schedule/custom/recurring/onWeekDay/items/request property's maxLength was set to10request-property-max-length-set
- ●
the
schedule/custom/startrequest property's maxLength was set to100request-property-max-length-set
- ●
the
schedule/custom/timezonerequest property's maxLength was set to64request-property-max-length-set
- ●