告警详情
POST
/alert/info最后修改时间: 1 年前
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
alert_id
string
告警ID
示例
{
"alert_id": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
错误信息
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
data
object (Alert)
数据对象
alert_id
string
告警ID
channel_id
integer
协作空间ID
channel_name
string
协作空间名称
data_source_id
integer
集成ID
data_source_name
string
集成名称
data_source_type
string
集成类型
data_source_ref_id
string
集成关联ID
title
string
标题
title_rule
string
标题规则
description
string
描述
alert_key
string
事件关联依据
拥有相同alert_key的告警事件,将合并为同一个告警
alert_severity
enum<string>
严重程度
枚举值:
InfoWarningCritical
alert_status
enum<string>
告警状态
枚举值:
InfoWarningCriticalOk
progress
enum<string>
处理进度
枚举值:
TriggeredProcessingClosed
start_time
integer
首次触发时间
告警可能频繁发生与恢复,该值为首次触发时间
last_time
integer
上次合并事件时间
仅当合入新告警事件时,进行更新,不同于updated_at
end_time
integer
告警结束时间
当告警恢复时,进行更新。自动恢复,告警将自动关闭,会同时更新close_time
close_time
integer
人工结束处理时间
关闭不影响告警恢复
created_at
integer
创建时间
数据库记录的创建时间,一般和start_time想同
updated_at
integer
更新时间
数据库记录的更新时间,和last_time不同,手动或自动更新告警,该字段都会进行更新
labels
object (Labels)
标签列表
events
array[object (AlertEvent) {11}]
关联事件
responder_id
integer
处理人ID
incident
object
关联故障
event_cnt
integer
累计聚合事件数量
ever_muted
boolean
是否被静默/抑制过
示例
未设置
最后修改时间: 1 年前