如果告警阈值过低,可能导致告警事件过于频繁,造成干扰;而告警阈值过高,可能导致漏掉攻击事件信息,影响正常业务。因此,建议根据业务实际场景调整告警阈值。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UpdateAtkAlarmThreshold | 接口名称。当前 API 的名称为 UpdateAtkAlarmThreshold 。 |
Version | String | 是 | 2021-06-15 | 接口版本。当前 API 的版本为 2021-06-15 。 |
InstanceIp | String | 是 | 1.1.1.1 | 高防实例 IP 地址。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
BandWidth | Integer | 否 |
|
|
Pps | Integer | 否 |
|
|
ThresType | Integer | 否 |
| 配置类型。
|
无。
POST https://open.volcengineapi.com/?Action=UpdateAtkAlarmThreshold&Version=2021-06-15&InstanceIp=1.1.1.1 Host: https://open.volcengineapi.com Content-Type: application/json; charset=UTF-8 X-Date: 20240610T082509Z X-content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240610/cn-beijing/AdvDefence/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f { "ThresType": 1, "BandWidth": 1000 }
{ "ResponseMetadata": { "RequestId": "20240715114310****37FC5D66C8A17FFD", "Action": "UpdateAtkAlarmThreshold", "Version": "2021-06-15", "Service": "AdvDefence", "Region": "cn-beijing" } }