Trend Data
POST
/report/oncall/trendRequest
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
channel_ids
array[string]
Channel list
Empty means query all
Example
{
"channel_ids": [
"string"
]
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
error
object (DutyError)
optional
code
enum<string>
Error code
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Error description
data
object
optional
incident_mttr_past_1st_week
integer
MTTR for incidents in the first week of the past
incident_mttr_past_2nd_week
integer
MTTR for incidents in the second week of the past
incident_mtta_past_1st_week
integer
MTTA for incidents in the first week of the past
incident_mtta_past_2nd_week
integer
MTTA for incidents in the second week of the past
incident_cnt_past_1st_week
integer
Number of incidents in the first week of the past
incident_cnt_past_2nd_week
integer
Number of incidents in the second week of the past
incident_auto_cnt_past_1st_week
integer
Number of auto-created incidents in the first week of the past
incident_auto_cnt_past_2nd_week
integer
Number of auto-created incidents in the second week of the past
incident_acked_cnt_past_1st_week
integer
Number of acknowledged incidents in the first week of the past
incident_acked_cnt_past_2nd_week
integer
Number of acknowledged incidents in the second week of the past
alert_cnt_past_1st_week
integer
Number of alerts in the first week of the past
alert_cnt_past_2nd_week
integer
Number of alerts in the second week of the past
alert_event_cnt_past_1st_week
integer
Number of alert events in the first week of the past
alert_event_cnt_past_2nd_week
integer
Number of alert events in the second week of the past
Example
Not configured
Last modified: 2 个月前