You need to enable JavaScript to run this app.
导航
DescAtkAlarmThreshold-查询实例的攻击告警阈值
最近更新时间:2024.07.19 19:17:48首次发布时间:2024.07.19 19:17:48

根据高防实例 IP 地址查询当前攻击告警阈值。

请求说明

  • 请求方式:GET
  • 请求地址:https://open.volcengineapi.com/?Action=DescAtkAlarmThreshold&Version=2021-06-15

调试

请求参数

Query

参数类型是否必选示例值描述
ActionStringDescAtkAlarmThreshold接口名称。当前 API 的名称为 DescAtkAlarmThreshold
VersionString2021-06-15接口版本。当前 API 的版本为 2021-06-15
InstanceIpString1.1.1.1高防实例 IP 地址。

返回参数

参数类型示例值描述
BandWidthInteger1000自定义告警攻击带宽阈值,单位:Mbps。
DefaultBandWidthString100Mbps系统默认的带宽阈值。
DefaultPpsString50000pps系统默认的包速率阈值。
PpsInteger0自定义告警攻击包速率阈值,单位:pps。

ThresType

Integer

1

当前配置类型

  • 0:系统默认
  • 1:自定义攻击带宽阈值
  • 2:自定义攻击包速率阈值

请求示例

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"
    }
}