public static final class DescribeAttackAnalysisDataResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAttackAnalysisDataResponseBody |
build() |
DescribeAttackAnalysisDataResponseBody.Builder |
data(String data)
The attack events.
|
DescribeAttackAnalysisDataResponseBody.Builder |
page(Integer page)
The page number of the returned page.
|
DescribeAttackAnalysisDataResponseBody.Builder |
pageSize(Integer pageSize)
The number of entries returned per page.
|
DescribeAttackAnalysisDataResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
DescribeAttackAnalysisDataResponseBody.Builder |
total(Integer total)
The total number of attack events returned.
|
public DescribeAttackAnalysisDataResponseBody.Builder data(String data)
The attack events. Valid values:
client_url: the URL of the attack request.
internetIp: the IP address of the asset.
instanceName: the name of the asset.
table_src: the data source.
uuid: the UUID of the asset.
crack_method: the method of the attack request.
crack_hour: the attack time.
crack_src_ip: the IP address from which the attack is launched.
instanceId: the ID of the asset.
dst_port: the attacked port.
client_ip: the attacked IP address.
location: the region from which the attack is launched.
aliuid: the ID of the Alibaba Cloud account.
crack_cnt: the number of times that the attack is launched.
crack_type: the type of the attack. Valid values:
[{"crack_hour":1662480000000,"crack_cnt":471},{"crack_hour":1662483600000,"crack_cnt":461},{"crack_hour":1662487200000,"crack_cnt":445},{"crack_hour":1662490800000,"crack_cnt":471},{"crack_hour":1662494400000,"crack_cnt":534},{"crack_hour":1662498000000,"crack_cnt":652},{"crack_hour":1662501600000,"crack_cnt":706},{"crack_hour":1662505200000,"crack_cnt":613},{"crack_hour":1662508800000,"crack_cnt":578},{"crack_hour":1662512400000,"crack_cnt":577},{"crack_hour":1662516000000,"crack_cnt":616},{"crack_hour":1662519600000,"crack_cnt":597},{"crack_hour":1662523200000,"crack_cnt":575},{"crack_hour":1662526800000,"crack_cnt":507}]
public DescribeAttackAnalysisDataResponseBody.Builder page(Integer page)
The page number of the returned page.
example:1
public DescribeAttackAnalysisDataResponseBody.Builder pageSize(Integer pageSize)
The number of entries returned per page. Default value: 10.
example:10
public DescribeAttackAnalysisDataResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:4C1AE3F3-18FA-4108-BBB9-AFA1A032756C
public DescribeAttackAnalysisDataResponseBody.Builder total(Integer total)
The total number of attack events returned.
example:1000
public DescribeAttackAnalysisDataResponseBody build()
Copyright © 2026. All rights reserved.