关联-事件列表
POST
/alert/event/list最后修改时间: 1 年前
请求参数
Body 参数application/json
alert_id
string
告警ID
示例
{
"alert_id": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
可选
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
data
object
可选
items
array[object (AlertEvent) {11}]
必需
示例
未设置
最后修改时间: 1 年前