告警对象TOP
POST
/report/oncall/alert/resource/top最后修改时间: 1 年前
支持最长30天的数据聚合
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
channel_ids
array[integer]
协作空间列表
为空代表查全部
start_time
integer
开始时间戳
end_time
integer
结束时间戳
k
integer
返回条数,1~20
>= 1<= 20
默认值:
20
示例
{
"channel_ids": [
0
],
"start_time": 0,
"end_time": 0,
"k": 20
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
可选
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
data
object
可选
items
array [object {2}]
必需
示例
未设置
最后修改时间: 1 年前