跳转到主要内容
告警与响应相关接口/告警通道与集成
POSTAlerting起始版本 1.0同步需要认证

重试死信告警通知

重试死信lettered通知之前失败投递。

调试可用性

在线调试

使用当前认证信息和示例参数提交 Mock 请求。

路径参数

请求参数

路径参数

  • notificationIdString必填

    通知标识符重试。

响应状态

200 OK

该 API 成功时返回一个空的 JSON 结构 {}。

请求地址

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

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

操作 ID

RetryDeadAlertNotification

永久链接

请求示例

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

响应示例

200
{}

变更历史

此 API 暂无变更历史记录。

查看全部变更历史