{
"channel_ids": [
0
],
"start_time": 0,
"end_time": 0,
"k": 20
}
curl --location --request POST 'http://prod-cn.your-api-server.com/report/oncall/alert/resource/top' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_ids": [
0
],
"start_time": 0,
"end_time": 0,
"k": 20
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"resource": "string",
"cnt": 0
}
]
}
}