Request
Body Params  application/json
{
    "channel_ids": [
        "string"
    ]
}
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/report/oncall/trend' \
--header 'Content-Type: application/json' \
--data-raw '{
    "channel_ids": [
        "string"
    ]
}'
Responses
application/json {
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    },
    "data": {
        "incident_mttr_past_1st_week": 0,
        "incident_mttr_past_2nd_week": 0,
        "incident_mtta_past_1st_week": 0,
        "incident_mtta_past_2nd_week": 0,
        "incident_cnt_past_1st_week": 0,
        "incident_cnt_past_2nd_week": 0,
        "incident_auto_cnt_past_1st_week": 0,
        "incident_auto_cnt_past_2nd_week": 0,
        "incident_acked_cnt_past_1st_week": 0,
        "incident_acked_cnt_past_2nd_week": 0,
        "alert_cnt_past_1st_week": 0,
        "alert_cnt_past_2nd_week": 0,
        "alert_event_cnt_past_1st_week": 0,
        "alert_event_cnt_past_2nd_week": 0
    }
}
Modified at 2025-01-22 10:14:38