更新告警渠道
更新已存在通知渠道配置。
PUT
/api/v1/alerting/channels/{uuid}操作 ID
UpdateAlertChannel起始版本
1.0.0执行模式
同步认证信息
需要认证认证信息
调用该 API 时需要在请求头中携带以下认证信息。
Authorizationstring必填Bearer 令牌
X-Tenant-IDstringX-Tenant-ID
请求参数
application/json路径参数
uuidString必填资源的UUID,唯一标识该资源。
请求体字段
nameString必填资源名称。
示例: Updated Ops Channel
descriptionString必填资源的详细描述。
示例: Updated description
configObject必填配置信息。
示例: (nested object)
templateIdString必填模板ID。
示例: tmpl-email-002
statusString必填状态信息。
示例: disabled
