public class DescribeBruteAttackListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeBruteAttackListRequest()  | 
DescribeBruteAttackListRequest(DescribeBruteAttackListRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBy()
Get Sorting field: CreateTime - first attack time 
 | 
Filter[] | 
getFilters()
Get Filter criteria
IpOrAlias - String - required: no - filter by host IP or alias
Uuid - String - required: no - CWPP unique UUID
Quuid - String - required: no - CVM UUID
Status - String - required: no - filter by status: failed - FAILED; succeeded - SUCCESS
UserName - String - required: no - filter by UserName
SrcIp - String - required: no - filter by source IP
CreateBeginTime - String - required: no - filter by first attack time, start time
CreateEndTime - String - required: no - filter by first attack time, end time
ModifyBeginTime - String - required: no - filter by last attack time, start time
ModifyEndTime - String - required: no - filter by last attack time, end time
Banned - String - required: no - filter by blocking status (separate multiple items with commas): 0 - not blocked (global ZK switch is off); 82 - not blocked (Non-Pro Edition); 83 - not blocked (allowlisted); 1 - blocked; 2 - not blocked (abnormal program); 3 - not blocked (private network attacks cannot be blocked); 4 - not blocked (Anping is not supported) 
 | 
Long | 
getLimit()
Get Number of items to be returned. 
 | 
Long | 
getOffset()
Get Offset, which defaults to 0 
 | 
String | 
getOrder()
Get Sorting method: sort by number of requests: asc - ascending order/desc - descending order 
 | 
void | 
setBy(String By)
Set Sorting field: CreateTime - first attack time 
 | 
void | 
setFilters(Filter[] Filters)
Set Filter criteria
IpOrAlias - String - required: no - filter by host IP or alias
Uuid - String - required: no - CWPP unique UUID
Quuid - String - required: no - CVM UUID
Status - String - required: no - filter by status: failed - FAILED; succeeded - SUCCESS
UserName - String - required: no - filter by UserName
SrcIp - String - required: no - filter by source IP
CreateBeginTime - String - required: no - filter by first attack time, start time
CreateEndTime - String - required: no - filter by first attack time, end time
ModifyBeginTime - String - required: no - filter by last attack time, start time
ModifyEndTime - String - required: no - filter by last attack time, end time
Banned - String - required: no - filter by blocking status (separate multiple items with commas): 0 - not blocked (global ZK switch is off); 82 - not blocked (Non-Pro Edition); 83 - not blocked (allowlisted); 1 - blocked; 2 - not blocked (abnormal program); 3 - not blocked (private network attacks cannot be blocked); 4 - not blocked (Anping is not supported) 
 | 
void | 
setLimit(Long Limit)
Set Number of items to be returned. 
 | 
void | 
setOffset(Long Offset)
Set Offset, which defaults to 0 
 | 
void | 
setOrder(String Order)
Set Sorting method: sort by number of requests: asc - ascending order/desc - descending order 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeBruteAttackListRequest()
public DescribeBruteAttackListRequest(DescribeBruteAttackListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of items to be returned. The maximum value is 100.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, which defaults to 0public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criteria
public String getOrder()
public void setOrder(String Order)
Order - Sorting method: sort by number of requests: asc - ascending order/desc - descending orderpublic String getBy()
public void setBy(String By)
By - Sorting field: CreateTime - first attack timeCopyright © 2025. All rights reserved.