趋势数据
POST
/report/oncall/trend最后修改时间: 1 年前
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
channel_ids
array[string]
协作空间列表
为空查全部
示例
{
"channel_ids": [
"string"
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
可选
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
data
object
可选
incident_mttr_past_1st_week
integer
过去第一周周内故障MTTR
incident_mttr_past_2nd_week
integer
过去第二周周内故障MTTR
incident_mtta_past_1st_week
integer
过去第一周周内故障MTTA
incident_mtta_past_2nd_week
integer
过去第二周周内故障MTTA
incident_cnt_past_1st_week
integer
过去第一周周内故障数量
incident_cnt_past_2nd_week
integer
过去第二周周内故障数量
incident_auto_cnt_past_1st_week
integer
过去第一周周内自动创建的故障数量
incident_auto_cnt_past_2nd_week
integer
过去第二周周内自动创建的故障数量
incident_acked_cnt_past_1st_week
integer
过去第一周周内被认领的故障数量
incident_acked_cnt_past_2nd_week
integer
过去第二周周内被认领的故障数量
alert_cnt_past_1st_week
integer
过去第一周周内告警数量
alert_cnt_past_2nd_week
integer
过去第二周周内告警数量
alert_event_cnt_past_1st_week
integer
过去第一周周内告警事件数量
alert_event_cnt_past_2nd_week
integer
过去第二周周内告警事件数量
示例
未设置
最后修改时间: 1 年前