调用 ModifyAlarmWebhookIntegration 接口修改告警 Webhook 集成配置。
此接口的调用频率限制为 20 次/s,超出频率限制会报错 ExceedQPSLimit。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
WebhookHeaders | Array of GeneralWebhookHeaderKV | 否 | / | 自定义 Webhook 的请求头,设置 WebhookType 为 GeneralWebhook 时,必填。 |
WebhookID | String | 是 | 1f4a9e21**** | Webhook 集成配置 ID。 |
WebhookMethod | String | 否 | POST | 自定义 Webhook 请求方法,仅支持 POST、PUT。 |
WebhookName | String | 是 | test-alarm-integration | Webhook 集成配置名称。命名规则请参考资源命名规则。 |
WebhookSecret | String | 否 |
| Webhook 加密密钥。
|
WebhookType | String | 是 |
| Webhook 类型。
|
WebhookUrl | String | 是 | https://open.feishu.cn/open-apis/bot/v2/hook/**** | Webhook 请求地址。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
key | String | 否 | Content-Type | 自定义请求头的 Key。 |
value | String | 否 | application/json | 自定义请求头的 Value。 |
本接口无特有的返回参数。更多信息请见返回结构。
PUT https://tls-{Region}.bytepluses.com/ModifyAlarmWebhookIntegration HTTP/1.1 Content-Type: application/json { "WebhookID": "3b0c6c7f****", "WebhookName": "yyj-test-lin", "WebhookType": "dingtalk", "WebhookUrl": "http://baidu.com", "WebhookSecret": "111" }
HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8
您可访问公共错误码,获取更多错误码信息。