public class ListDashboardsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId
The ID of the ACK cluster.
|
String |
clusterType
Valid values: ACK, ASK, cloud-product-prometheus, and Node.
|
String |
dashboardName
The unique names of the dashboards.
|
String |
language
The language of the returned Grafana dashboard.
|
String |
product
The cloud service code.
|
Boolean |
recreateSwitch
Specifies whether to create or query a virtual cluster.
|
String |
regionId
The region ID.
|
String |
title
The dashboard title.
|
| 构造器和说明 |
|---|
ListDashboardsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDashboardsRequest |
build(Map<String,?> map) |
String |
getClusterId() |
String |
getClusterType() |
String |
getDashboardName() |
String |
getLanguage() |
String |
getProduct() |
Boolean |
getRecreateSwitch() |
String |
getRegionId() |
String |
getTitle() |
ListDashboardsRequest |
setClusterId(String clusterId) |
ListDashboardsRequest |
setClusterType(String clusterType) |
ListDashboardsRequest |
setDashboardName(String dashboardName) |
ListDashboardsRequest |
setLanguage(String language) |
ListDashboardsRequest |
setProduct(String product) |
ListDashboardsRequest |
setRecreateSwitch(Boolean recreateSwitch) |
ListDashboardsRequest |
setRegionId(String regionId) |
ListDashboardsRequest |
setTitle(String title) |
@NameInMap(value="ClusterId") public String clusterId
The ID of the ACK cluster.
example:cc7a37ee31aea4ed1a059eff8034b****
@NameInMap(value="ClusterType") public String clusterType
Valid values: ACK, ASK, cloud-product-prometheus, and Node. You can query the dashboards of a virtual cluster by specifying the cluster type. For InfluxDB, set this parameter to cloud-product-prometheus.
Node
@NameInMap(value="DashboardName") public String dashboardName
The unique names of the dashboards. You can query dashboards by specifying their names. The dashboard title can be changed whereas the dashboard name cannot. You can specify multiple names and separate them with commas (,), for example, k8s-event,k8s-overview. A dashboard may have multiple versions. If you want to specify a version, you can add version information after the name, for example, k8s-event:v1,k8s-overview:latest.
k8s-node-overview
@NameInMap(value="Language") public String language
The language of the returned Grafana dashboard. Valid values: en and zh. Default value: en.
example:en
@NameInMap(value="Product") public String product
The cloud service code. This parameter is required if you set the ClusterType parameter to cloud-product-prometheus. The following cloud services are available: Serverless App Engine, Microservices Engine, Message Queue for Apache RocketMQ, Lindorm, Message Queue for Apache Kafka, ApsaraDB for ClickHouse, Data Lake Analytics, Message Queue for RabbitMQ, ApsaraDB for MongoDB, Time Series Database (TSDB) for InfluxDB, MSE Cloud-native Gateway, Grafana Service, SchedulerX, Global Transaction Service, Enterprise Distributed Application Service, Machine Learning Platform for AI - Elastic Algorithm Service (EAS), Application High Availability Service, and Performance Testing.
xxxx
@NameInMap(value="RecreateSwitch") public Boolean recreateSwitch
Specifies whether to create or query a virtual cluster. This parameter provides backward compatibility.
example:false
@NameInMap(value="RegionId") public String regionId
The region ID.
example:cn-hangzhou
@NameInMap(value="Title") public String title
The dashboard title. The dashboard title can be changed. We recommend that you specify the DashboardName parameter.
example:ApiServer
public static ListDashboardsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDashboardsRequest setClusterId(String clusterId)
public String getClusterId()
public ListDashboardsRequest setClusterType(String clusterType)
public String getClusterType()
public ListDashboardsRequest setDashboardName(String dashboardName)
public String getDashboardName()
public ListDashboardsRequest setLanguage(String language)
public String getLanguage()
public ListDashboardsRequest setProduct(String product)
public String getProduct()
public ListDashboardsRequest setRecreateSwitch(Boolean recreateSwitch)
public Boolean getRecreateSwitch()
public ListDashboardsRequest setRegionId(String regionId)
public String getRegionId()
public ListDashboardsRequest setTitle(String title)
public String getTitle()
Copyright © 2024. All rights reserved.