public static final class DescribeSuspEventsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeSuspEventsRequest.Builder |
alarmUniqueInfo(String alarmUniqueInfo)
The ID of the alert event.
|
DescribeSuspEventsRequest.Builder |
assetsTypeList(List<String> assetsTypeList)
The types of assets.
|
DescribeSuspEventsRequest |
build() |
DescribeSuspEventsRequest.Builder |
clusterId(String clusterId)
The ID of the cluster of whose alert events you want to query.
|
DescribeSuspEventsRequest.Builder |
containerFieldName(String containerFieldName)
The key of the condition that is used to query alert events on containers.
|
DescribeSuspEventsRequest.Builder |
containerFieldValue(String containerFieldValue)
The value of the condition that is used to query alert events on containers.
|
DescribeSuspEventsRequest.Builder |
currentPage(String currentPage)
The number of the page to return.
|
DescribeSuspEventsRequest.Builder |
dealed(String dealed)
Specifies whether the alert event is handled.
|
DescribeSuspEventsRequest.Builder |
eventNames(String eventNames)
The subtype of the alert event.
|
DescribeSuspEventsRequest.Builder |
from(String from)
The data source of the alert event.
|
DescribeSuspEventsRequest.Builder |
groupId(Long groupId)
The ID of the asset group to which the affected asset belongs.
|
DescribeSuspEventsRequest.Builder |
id(Long id)
The ID of the alert event.
|
DescribeSuspEventsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeSuspEventsRequest.Builder |
levels(String levels)
The severity of the alert event.
|
DescribeSuspEventsRequest.Builder |
name(String name)
The name of the asset that is affected by the alert event.
|
DescribeSuspEventsRequest.Builder |
operateErrorCodeList(List<String> operateErrorCodeList)
An array that consists of the handling result codes of alert events.
|
DescribeSuspEventsRequest.Builder |
operateTimeEnd(String operateTimeEnd)
The timestamp when the handling operation ends.
|
DescribeSuspEventsRequest.Builder |
operateTimeStart(String operateTimeStart)
The timestamp when the handling operation starts.
|
DescribeSuspEventsRequest.Builder |
pageSize(String pageSize)
The number of entries to return on each page.
|
DescribeSuspEventsRequest.Builder |
parentEventTypes(String parentEventTypes)
The alert type of the alert event.
|
DescribeSuspEventsRequest.Builder |
remark(String remark)
The name of the alert or the information about the asset.
|
DescribeSuspEventsRequest.Builder |
sortColumn(String sortColumn)
The custom sorting field.
|
DescribeSuspEventsRequest.Builder |
sortType(String sortType)
The custom sorting order.
|
DescribeSuspEventsRequest.Builder |
source(String source)
The source of the alert.
|
DescribeSuspEventsRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeSuspEventsRequest.Builder |
status(String status)
The status of the alert event.
|
DescribeSuspEventsRequest.Builder |
tacticId(String tacticId)
The tactic ID of ATT\&CK.
|
DescribeSuspEventsRequest.Builder |
targetType(String targetType)
The item that is used to search for the container.
|
DescribeSuspEventsRequest.Builder |
timeEnd(String timeEnd)
The end time when the alert event was last detected.
|
DescribeSuspEventsRequest.Builder |
timeStart(String timeStart)
The start time when the alert event was last detected.
|
DescribeSuspEventsRequest.Builder |
uniqueInfo(String uniqueInfo)
The unique key of the alert.
|
DescribeSuspEventsRequest.Builder |
uuids(String uuids)
The UUID of the server on which the alert is detected.
|
public DescribeSuspEventsRequest.Builder alarmUniqueInfo(String alarmUniqueInfo)
> To query the details about the exceptions of an alert event, you must specify the ID of the alert event. You can call the [DescribeAlarmEventList](~~DescribeAlarmEventList~~) operation to query the IDs of alert events.
public DescribeSuspEventsRequest.Builder assetsTypeList(List<String> assetsTypeList)
public DescribeSuspEventsRequest.Builder clusterId(String clusterId)
public DescribeSuspEventsRequest.Builder containerFieldName(String containerFieldName)
* **instanceId**: the ID of the asset * **appName**: the name of the application * **clusterId**: the ID of the cluster * **regionId**: the ID of the region * **nodeName**: the name of the node * **namespace**: the namespace * **clusterName**: the name of the cluster * **image**: the name of the image * **imageRepoName**: the name of the image repository * **imageRepoNamespace**: the namespace to which the image repository belongs * **imageRepoTag**: the tag that is added to the image * **imageDigest**: the digest of the image
public DescribeSuspEventsRequest.Builder containerFieldValue(String containerFieldValue)
public DescribeSuspEventsRequest.Builder currentPage(String currentPage)
public DescribeSuspEventsRequest.Builder dealed(String dealed)
* **N**: unhandled * **Y**: handled
public DescribeSuspEventsRequest.Builder eventNames(String eventNames)
public DescribeSuspEventsRequest.Builder from(String from)
public DescribeSuspEventsRequest.Builder groupId(Long groupId)
public DescribeSuspEventsRequest.Builder id(Long id)
public DescribeSuspEventsRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public DescribeSuspEventsRequest.Builder levels(String levels)
* **serious** * **suspicious** * **remind**
public DescribeSuspEventsRequest.Builder name(String name)
public DescribeSuspEventsRequest.Builder operateErrorCodeList(List<String> operateErrorCodeList)
public DescribeSuspEventsRequest.Builder operateTimeEnd(String operateTimeEnd)
public DescribeSuspEventsRequest.Builder operateTimeStart(String operateTimeStart)
public DescribeSuspEventsRequest.Builder pageSize(String pageSize)
public DescribeSuspEventsRequest.Builder parentEventTypes(String parentEventTypes)
* **Suspicious process** * **Webshell** * **Unusual logon** * **Exception** * **Sensitive file tampering** * **Malicious process (cloud threat detection)** * **Suspicious network connection** * **Suspicious account** * **Application intrusion event** * **Cloud threat detection** * **Precise defense** * **Application whitelist** * **Persistent webshell** * **Web application threat detection** * **Malicious script** * **Threat intelligence** * **Malicious network activity** * **Cluster exception** * **Webshell (on-premises threat detection)** * **Vulnerability exploitation** * **Malicious process (on-premises threat detection)** * **Trusted exception** * **Operations to manage other resources**
public DescribeSuspEventsRequest.Builder remark(String remark)
> Fuzzy search is supported. The asset information includes the name, public IP address, and private IP address of an asset.
public DescribeSuspEventsRequest.Builder sortColumn(String sortColumn)
* **lastTime**: the latest occurrence time. * **operateTime**: the handling time. > This parameter takes effect if you set the **Dealed** parameter to Y.
public DescribeSuspEventsRequest.Builder sortType(String sortType)
* **asc**: the ascending order * **desc**: the descending order > This parameter takes effect if you set the **Dealed** parameter to Y.
public DescribeSuspEventsRequest.Builder source(String source)
public DescribeSuspEventsRequest.Builder sourceIp(String sourceIp)
public DescribeSuspEventsRequest.Builder status(String status)
* **0**: all * **1**: pending handling * **2**: ignored * **4**: confirmed * **8**: marked as a false positive * **16**: being handled * **32**: handled * **64**: expired * **128**: deleted * **512**: being automatically blocked * **513**: automatically blocked
public DescribeSuspEventsRequest.Builder tacticId(String tacticId)
public DescribeSuspEventsRequest.Builder targetType(String targetType)
* **containerId**: the ID of the container * **uuid**: the UUID of the server * **imageUuid**: the UUID of the image
public DescribeSuspEventsRequest.Builder timeEnd(String timeEnd)
public DescribeSuspEventsRequest.Builder timeStart(String timeStart)
public DescribeSuspEventsRequest.Builder uniqueInfo(String uniqueInfo)
public DescribeSuspEventsRequest.Builder uuids(String uuids)
public DescribeSuspEventsRequest build()
Copyright © 2023. All rights reserved.