Sign in

Acknowledge alert

documented

Acknowledge an alert.

POST /v2/alerts/{identifier}/acknowledgeAlertsno 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 "{{$baseUrl}}/v2/alerts/{{$identifier}}/acknowledge?identifierType={{$identifierType}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: GenieKey {{OPSGENIE_API_KEY}}" \
  -d '{"user": "{{$user}}", "source": "{{$source}}", "note": "{{$note}}"}'