时间线
POST
/alert/feed最后修改时间: 3 个月前
请求参数
Body 参数application/json
alert_id
string
告警ID
p
integer
页码,从1开始
limit
integer
分页条数
asc
boolean
是否升序
types
array[string]
记录类型
枚举值:
a_newa_updatea_closea_comma_mergea_m_silencea_m_inhibit
示例
{
"alert_id": "string",
"p": 0,
"limit": 0,
"asc": true,
"types": [
"a_new"
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
可选
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
data
object
可选
items
array[object (AlertAction) {4}]
必需
示例
未设置
最后修改时间: 3 个月前