合并到故障
POST
/alert/merge最后修改时间: 1 年前
该接口仅负责合并到一个已有故障,如果是新建,请用”故障管理-故障创建“接口
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
alert_ids
array[string]
告警列表
incident_id
string
故障ID
comment
string
评论
title
string
新标题
示例
{
"alert_ids": [
"string"
],
"incident_id": "string",
"comment": "string",
"title": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
错误信息
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
示例
未设置
最后修改时间: 1 年前