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

如果告警阈值过低,可能导致告警事件过于频繁,造成干扰;而告警阈值过高,可能导致漏掉攻击事件信息,影响正常业务。因此,建议根据业务实际场景调整告警阈值。

请求说明

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

请求参数

Query

参数类型是否必选示例值描述
ActionStringUpdateAtkAlarmThreshold接口名称。当前 API 的名称为 UpdateAtkAlarmThreshold
VersionString2022-01-01接口版本。当前 API 的版本为 2022-01-01

Body

参数类型是否必选示例值描述
BandWidthInteger1000自定义告警攻击带宽阈值,单位:Mbps。当 ThresType=1,即配置类型攻击带宽阈值时生效。取值范围:0~1,000,000,默认为 100。
InsIdInteger66防护实例的 ID,可调用DescInstanceList接口获取具体值。
PpsInteger100000自定义告警包速率阈值,单位:pps。当 ThresType=2,即配置类型攻击包速率阈值时生效。取值范围:0~450,000,000,默认为 50,000。

ThresType

Integer

1

配置类型。

  • 0:恢复默认值,即攻击带宽 100 Mbps 或攻击包速率 50,000 pps 时触发告警。
  • 1:自定义攻击带宽阈值。
  • 2:自定义攻击包速率阈值。

返回参数

无。

请求示例

POST https://open.volcengineapi.com/?Action=UpdateAtkAlarmThreshold&Version=2022-01-01
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
{
    "BandWidth": 1000,
    "InsId": 180.184.86.**,
    "Pps": 100000,
    "ThresType": 1
}

返回示例

{
    "ResponseMetadata": {
        "Action": "UpdateAtkAlarmThreshold",
        "Region": "cn-beijing",
        "RequestId": "20230604110420****100232280022D31",
        "Service": "origin_defence",
        "Version": "2022-01-01"
    }
}