修改偏好设置
POST
/preference/update最后修改时间: 1 年前
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
trigger_notify
object (SeverityToBy)
故障触发通知方式
critical
array [oneOf]
Critical告警通知方式
warning
array [oneOf]
Warning告警通知方式
info
array [oneOf]
Info告警通知方式
schedule_shift_notify
object
换班触发通知方式
personal_channels
array[string]
通知通道
枚举值:
emailvoicesmsfeishu_app:{data_source_id}dingtalk_app:{data_source_id}wecom_app:{data_source_id}
示例
{
"trigger_notify": {
"critical": [
"email"
],
"warning": [
"email"
],
"info": [
"email"
]
},
"schedule_shift_notify": {
"personal_channels": [
"email"
]
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
不为空时代表请求出错
error
object (DutyError)
可选
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
示例
未设置
最后修改时间: 1 年前