public class DescribeBashEventsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeBashEventsRequest() | 
| DescribeBashEventsRequest(DescribeBashEventsRequest 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. | 
| Filter[] | getFilters()Get Filter criteria
HostName - String - required: no - host name
Hostip - String - required: no - host's private IP address
RuleCategory - Int - required: no - policy type (all types or a single type): 0: system; 1: user
RuleName - String - required: no - policy name
RuleLevel - Int - required: no - threat Level (multiple levels supported)
Status - Int - required: no - processing status (multiple statuses supported): 0: pending; 1: processed; 2: added to allowlist; 3: ignored; 4: deleted; 5: blocked
DetectBy - Int - required: no - data source (multiple sources supported): 0: bash logs; 1: real-time monitoring
StartTime - String - required: no - start time
EndTime - String - required: no - end time | 
| 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. | 
| void | setBy(String By)Set Sorting field. | 
| void | setFilters(Filter[] Filters)Set Filter criteria
HostName - String - required: no - host name
Hostip - String - required: no - host's private IP address
RuleCategory - Int - required: no - policy type (all types or a single type): 0: system; 1: user
RuleName - String - required: no - policy name
RuleLevel - Int - required: no - threat Level (multiple levels supported)
Status - Int - required: no - processing status (multiple statuses supported): 0: pending; 1: processed; 2: added to allowlist; 3: ignored; 4: deleted; 5: blocked
DetectBy - Int - required: no - data source (multiple sources supported): 0: bash logs; 1: real-time monitoring
StartTime - String - required: no - start time
EndTime - String - required: no - end time | 
| 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. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeBashEventsRequest()
public DescribeBashEventsRequest(DescribeBashEventsRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of items to be returned. It is 10 by default, and the maximum value is 100.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criteria
public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, which defaults to 0public String getOrder()
public void setOrder(String Order)
Order - Sorting method: sort by number of requests. asc: ascending order; desc: descending order.public String getBy()
public void setBy(String By)
By - Sorting field. CreateTime: occurrence time; ModifyTime: processing time.Copyright © 2025. All rights reserved.