攻击告警阈值基于实例维度生效,当攻击峰值超出设定的阈值时,平台会记录攻击事件记录并发送告警通知。您可以根据实例 ID,查询对应的攻击告警阈值。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescAtkAlarmThreshold | 接口名称。当前 API 的名称为 DescAtkAlarmThreshold 。 |
Version | String | 是 | 2022-01-01 | 接口版本。当前 API 的版本为 2022-01-01 。 |
InsId | Integer | 是 | 20 | 防护实例的 ID,可调用DescInstanceLis接口获取具体值。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
BandWidth | Integer | 500 | 自定义告警攻击带宽阈值,单位:Mbps。 |
DefaultBandWidth | String | 100 | 系统默认的攻击带宽阈值,常态为 100 Mbps。 |
DefaultPps | String | 50000 | 系统默认的攻击包速率阈值,常态为 50000 pps。 |
Pps | Integer | 100000 | 自定义告警攻击包速率阈值,单位:pps。 |
ThresType | Integer |
| 告警阈值配置类型。
|
GET https://open.volcengineapi.com/?Action=DescAtkAlarmThreshold&Version=2022-01-01&InsId=20 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/origin_defence/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f
{ "ResponseMetadata": { "Action": "DescAtkAlarmThreshold", "Region": "cn-beijing", "RequestId": "20230604110420****100232280022D31", "Service": "origin_defence", "Version": "2022-01-01" }, "Result": { "BandWidth": 500, "DefaultBandWidth": "100", "DefaultPps": "50000", "Pps": 100000, "ThresType": 1 } }