根据高防实例 IP 地址查询当前攻击告警阈值。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescAtkAlarmThreshold | 接口名称。当前 API 的名称为 DescAtkAlarmThreshold 。 |
Version | String | 是 | 2021-06-15 | 接口版本。当前 API 的版本为 2021-06-15 。 |
InstanceIp | String | 是 | 1.1.1.1 | 高防实例 IP 地址。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
BandWidth | Integer | 1000 | 自定义告警攻击带宽阈值,单位:Mbps。 |
DefaultBandWidth | String | 100Mbps | 系统默认的带宽阈值。 |
DefaultPps | String | 50000pps | 系统默认的包速率阈值。 |
Pps | Integer | 0 | 自定义告警攻击包速率阈值,单位:pps。 |
ThresType | Integer |
| 当前配置类型
|
GET https://open.volcengineapi.com/?Action=DescAtkAlarmThreshold&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
{ "ResponseMetadata": { "RequestId": "20240715120304****54147B6209A45F30", "Action": "DescAtkAlarmThreshold", "Version": "2021-06-15", "Service": "AdvDefence", "Region": "cn-beijing" }, "Result": { "ThresType": 1, "BandWidth": 1000, "Pps": 0, "DefaultBandWidth": "100Mbps", "DefaultPps": "50000pps" } }