Sign in

Snooze alert

documented

Snooze an alert for a period.

POST /v2/alerts/{identifier}/snoozeAlertsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.opsgenie.com/v2/alerts/{{$identifier}}/snooze?identifierType=id" \
  -X POST \
  -H "Authorization: GenieKey {{OPSGENIE_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"endTime": "{{$endTime}}", "user": "{{$user}}", "source": "{{$source}}", "note": "{{$note}}"}'
Snooze alert · Opsgenie · OpenIntegrations