根据域名查询 Web 攻击总览信息,包括攻击次数、攻击源 IP 数量与攻击峰值,支持查询单个或多个域名。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescWebAtkOverview | 接口名称。当前 API 的名称为 DescWebAtkOverview 。 |
Version | String | 是 | 2021-06-15 | 接口版本。当前 API 的版本为 2021-06-15 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
BeginTime | Integer | 否 |
|
|
EndTime | Integer | 否 |
|
|
Hosts | Array of String | 是 | ["www.host.com"] | 域名列表。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AttackCount | Integer | 60 | 对应域名遭受的攻击次数。 |
AttackIPCount | Integer | 12 | 攻击源 IP 数量。 |
PeakAttackQps | Integer | 330 | 攻击请求速率峰值,单位:qps。 |
POST https://open.volcengineapi.com/?Action=DescWebAtkOverview&Version=2021-06-15 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 { "BeginTime": 1716263580, "EndTime": 1718855580, "Hosts": [ "www.host.com" ] }
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "DescWebAtkOverview", "Version": "2021-06-15", "Service": "origin_defence", "Region": "cn-beijing" }, "Result": { "PageInfo": { "Count": -90703783, "PageSize": 91396378, "TotalCount": -79130056, "CurrentPage": 25215967 }, "Result": { "AttackCount": 60, "AttackIPCount": 12, "PeakAttackQps": 330 } } }