Alert Check Item TOP
POST
/report/oncall/alert/check/topSupports maximum 30 days data aggregation
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
channel_ids
array[integer]
Channel list
Empty means query all
start_time
integer
Start timestamp
end_time
integer
End timestamp
k
integer
Return count, 1~20
>= 1<= 20
Default:
20
Example
{
"channel_ids": [
0
],
"start_time": 0,
"end_time": 0,
"k": 20
}
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
items
array [object {2}]
required
Example
Not configured
Last modified: 2 个月前