Skip to main content
Alerting & Response/Alert Channels & Integrations
POSTAlertingSince 1.0SynchronousAuth Required

RetryDeadAlertNotification

Retry a dead-lettered notification that previously failed delivery

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Request Inputs

Path Parameters

  • notificationIdStringRequired

    Notification identifier to retry

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

POST/api/v1/alerting/notification-retry/{notificationId}/retry

/api/v1/alerting/notification-retry/{notificationId}/retry

Operation ID

RetryDeadAlertNotification

Permalink

Request Example

curl -X POST '{host}/api/v1/alerting/notification-retry/{notificationId}/retry' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history