public class SearchAlertRulesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SearchAlertRulesRequest.SearchAlertRulesRequestTags |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
alertRuleId
The id of AlertRule.
|
String |
appType
The type of the application that is associated with the alert rule.
|
Integer |
currentPage
The page number of the page to return.
|
Integer |
pageSize
The number of entries to return per page.
|
String |
pid
The process identifier (PID) of the application that is associated with the alert rule.
|
String |
regionId
The region ID of the alert data.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
systemRegionId
The region ID of the alert rule.
|
List<SearchAlertRulesRequest.SearchAlertRulesRequestTags> |
tags
The list of tags.
|
String |
title
The alert rule name.
|
String |
type
The alert rule type.
|
| 构造器和说明 |
|---|
SearchAlertRulesRequest() |
@NameInMap(value="AlertRuleId") public String alertRuleId
The id of AlertRule.
example:12345
@NameInMap(value="AppType") public String appType
The type of the application that is associated with the alert rule. Valid values:
TRACE: applicationRETCODE: browserTRACE
@NameInMap(value="CurrentPage") public Integer currentPage
The page number of the page to return. Default value: 1.
1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return per page. Default value: 10.
20
@NameInMap(value="Pid") public String pid
The process identifier (PID) of the application that is associated with the alert rule. For more information about how to obtain the PID, see Obtain the PID of an application.
example:atc889zkcf@d8deedfa9bf****
@NameInMap(value="RegionId") public String regionId
The region ID of the alert data. For more information about the mappings between RegionId and SystemRegionId, see the detailed description below the table.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group. You can obtain the resource group ID in the Resource Management console.
example:rg-acfmxyexli2****
@NameInMap(value="SystemRegionId") public String systemRegionId
The region ID of the alert rule. For more information about the mappings between RegionId and SystemRegionId, see the detailed description below the table.
example:cn-hangzhou
@NameInMap(value="Tags") public List<SearchAlertRulesRequest.SearchAlertRulesRequestTags> tags
The list of tags.
@NameInMap(value="Title") public String title
The alert rule name.
example:AlertRuleTitle
@NameInMap(value="Type") public String type
The alert rule type. Valid values:
1: custom alert rules that are used to monitor drill-down data sets3: custom alert rules that are used to monitor tiled data sets4: alert rules that are used to monitor the browser, including the default frontend alert rules5: alert rules that are used to monitor applications, including the default application alert rules6: the default browser alert rules7: the default application alert rules8: Tracing Analysis alert rules101: Prometheus alert rules4
public static SearchAlertRulesRequest build(Map<String,?> map) throws Exception
Exceptionpublic SearchAlertRulesRequest setAlertRuleId(String alertRuleId)
public String getAlertRuleId()
public SearchAlertRulesRequest setAppType(String appType)
public String getAppType()
public SearchAlertRulesRequest setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
public SearchAlertRulesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public SearchAlertRulesRequest setPid(String pid)
public String getPid()
public SearchAlertRulesRequest setRegionId(String regionId)
public String getRegionId()
public SearchAlertRulesRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public SearchAlertRulesRequest setSystemRegionId(String systemRegionId)
public String getSystemRegionId()
public SearchAlertRulesRequest setTags(List<SearchAlertRulesRequest.SearchAlertRulesRequestTags> tags)
public List<SearchAlertRulesRequest.SearchAlertRulesRequestTags> getTags()
public SearchAlertRulesRequest setTitle(String title)
public String getTitle()
public SearchAlertRulesRequest setType(String type)
public String getType()
Copyright © 2024. All rights reserved.