Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Incidents/Snooze Notifications

Snooze Incident Notifications

put
/v3/incidents/{incidentID}/snooze
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
incidentIDstringRequired
Body
snooze_duration_in_minsinteger · int32Required
Responses
200

The request has succeeded.

application/json
put/v3/incidents/{incidentID}/snooze

Unsnooze Incident Notifications

put
/v3/incidents/{incidentID}/unsnooze
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
incidentIDstringRequired
Body
Responses
200

The request has succeeded.

application/json
put/v3/incidents/{incidentID}/unsnooze

Last updated