public static final class DescribeAlertLogListRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeAlertLogListRequest |
build() |
DescribeAlertLogListRequest.Builder |
contactGroup(String contactGroup)
The start timestamp of the alert logs to be queried.
|
DescribeAlertLogListRequest.Builder |
endTime(Long endTime)
The alert contact group.
|
DescribeAlertLogListRequest.Builder |
groupBy(String groupBy)
The alert information in a JSON string.
|
DescribeAlertLogListRequest.Builder |
groupId(String groupId)
The operation that you want to perform.
|
DescribeAlertLogListRequest.Builder |
lastMin(String lastMin)
The name of the blacklist policy.
|
DescribeAlertLogListRequest.Builder |
level(String level)
The webhook URLs of alert contacts.
|
DescribeAlertLogListRequest.Builder |
metricName(String metricName)
The message returned for the alert callback.
|
DescribeAlertLogListRequest.Builder |
namespace(String namespace)
Indicates whether the call was successful.
|
DescribeAlertLogListRequest.Builder |
pageNumber(Integer pageNumber)
The HTTP status code.
|
DescribeAlertLogListRequest.Builder |
pageSize(Integer pageSize)
The severity level and notification methods of the alert.
|
DescribeAlertLogListRequest.Builder |
product(String product)
The email addresses of alert contacts.
|
DescribeAlertLogListRequest.Builder |
ruleId(String ruleId)
The phone numbers of alert contacts that can receive alert text messages.
|
DescribeAlertLogListRequest.Builder |
ruleName(String ruleName)
The identifier of the cloud service.
|
DescribeAlertLogListRequest.Builder |
searchKey(String searchKey)
The ID of the log.
|
DescribeAlertLogListRequest.Builder |
sendStatus(String sendStatus)
The sending results of alert notifications.
|
DescribeAlertLogListRequest.Builder |
startTime(Long startTime)
Indicates whether the alert level was changed.
|
public DescribeAlertLogListRequest.Builder contactGroup(String contactGroup)
public DescribeAlertLogListRequest.Builder endTime(Long endTime)
public DescribeAlertLogListRequest.Builder groupBy(String groupBy)
public DescribeAlertLogListRequest.Builder groupId(String groupId)
public DescribeAlertLogListRequest.Builder lastMin(String lastMin)
public DescribeAlertLogListRequest.Builder level(String level)
public DescribeAlertLogListRequest.Builder metricName(String metricName)
public DescribeAlertLogListRequest.Builder namespace(String namespace)
* true: The call was successful. * false: The call failed.
public DescribeAlertLogListRequest.Builder pageNumber(Integer pageNumber)
> The status code 200 indicates that the call was successful.
public DescribeAlertLogListRequest.Builder pageSize(Integer pageSize)
* P4: Alert notifications are sent by using emails and DingTalk chatbots. * OK: No alert is generated.
public DescribeAlertLogListRequest.Builder product(String product)
public DescribeAlertLogListRequest.Builder ruleId(String ruleId)
> This parameter can be returned only on the China site (aliyun.com).
public DescribeAlertLogListRequest.Builder ruleName(String ruleName)
* If the cloud service is provided by Alibaba Cloud, the abbreviation of the service name is returned. Example: ECS. * If the cloud service is not provided by Alibaba Cloud, a value in the `acs_Service keyword` format is returned. Example: acs_networkmonitor.
public DescribeAlertLogListRequest.Builder searchKey(String searchKey)
public DescribeAlertLogListRequest.Builder sendStatus(String sendStatus)
public DescribeAlertLogListRequest.Builder startTime(Long startTime)
* `P4->OK`: The alert level was changed from P4 to OK. * `P4->P4`: The alert level was still P4.
public DescribeAlertLogListRequest build()
Copyright © 2023. All rights reserved.