创建告警回调。
ServiceName : Volc_Observe Region : cn-beijing AccessKey : xxx SecretKey : xxx
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateWebhook | 接口名称。当前 API 的名称为 CreateWebhook 。 |
Version | String | 是 | 2018-01-01 | 接口版本。当前 API 的版本为 2018-01-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Name | String | 是 |
| webhook的名称。
|
Type | String | 是 |
| webhook的类型。
|
Url | String | 是 |
| webhook的地址。 注意 请填写可以连通公网的地址,且不能超过1000个字节。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Data | Array of String | ["155255269369******"] | 返回内容。 |
POST https://open.volcengineapi.com?Action=CreateWebhook&Version=2018-01-01 ServiceName: Volc_Observe Region: cn-beijing AccessKey: xxx SecretKey: xxx { "Name": "test", "Type": "wecom", "Url": "https://qyapi.weixin.qq.com/xxxxxx-xx-xxxx-xxxxxx" }
{ "ResponseMetadata": { "RequestId": "202406241536438B2094104AD549486973", "Action": "CreateWebhook", "Version": "2018-01-01", "Service": "Volc_Observe", "Region": "" }, "Result": { "Data": [ "155255269369******" ] } }
本接口无特有的错误码。更多信息请参见错误码。