查询指定攻击事件中,攻击源 IP 的地址和流量占比,按占比数值由高至低排列。
最多可查询前 100 个攻击源 IP 信息。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescAttackSrcIpTop100 | 接口名称。当前 API 的名称为 DescAttackSrcIpTop100 。 |
Version | String | 是 | 2022-01-01 | 接口版本。当前 API 的版本为 2022-01-01 。 |
AtkId | Integer | 是 | 907 | 攻击事件的 ID,可调用DescAttackEvent接口获取具体值。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Result | Array of Result |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Percent | Float | 0.18 | 该攻击源 IP 发送流量占该攻击事件中攻击总流量的比例。 |
Region | String |
| 攻击源 IP 所属地域。
|
SourceIp | String | 1.1.1.* | 攻击源 IP 地址。 |
GET https://open.volcengineapi.com/?Action=DescAttackSrcIpTop100&Version=2022-01-01&AtkId=907 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": "DescAttackSrcIpTop100", "Region": "cn-beijing", "RequestId": "20230604110420****100232280022D31", "Service": "origin_defence", "Version": "2022-01-01" }, "Result": [ { "Percent": 0.18, "Region": "北京", "SourceIp": "1.1.1.*" }, { "Percent": 0.15, "Region": "新加坡", "SourceIp": "3.3.3.*" }, ] }