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

攻击告警阈值基于实例维度生效,当攻击峰值超出设定的阈值时,平台会记录攻击事件记录并发送告警通知。您可以根据实例 ID,查询对应的攻击告警阈值。

请求说明

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

请求参数

Query

参数类型是否必选示例值描述
ActionStringDescAtkAlarmThreshold接口名称。当前 API 的名称为 DescAtkAlarmThreshold
VersionString2022-01-01接口版本。当前 API 的版本为 2022-01-01
InsIdInteger20防护实例的 ID,可调用DescInstanceLis接口获取具体值。

返回参数

参数类型示例值描述
BandWidthInteger500自定义告警攻击带宽阈值,单位:Mbps。
DefaultBandWidthString100系统默认的攻击带宽阈值,常态为 100 Mbps。
DefaultPpsString50000系统默认的攻击包速率阈值,常态为 50000 pps。
PpsInteger100000自定义告警攻击包速率阈值,单位:pps。

ThresType

Integer

1

告警阈值配置类型。

  • 0:系统默认
  • 1:自定义

请求示例

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