All Products
Search
Document Center

Application Real-Time Monitoring Service:ListDashboardsByName

Last Updated:May 15, 2024

Uses Loki data sources and other data sources to create a dashboard in Prometheus Service.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
arms:ListDashboardsByNameWrite
  • Prometheus
    acs:arms:{#regionId}:{#accountId}:prometheus/*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region.

cn-hangzhou
ClusterIdstringNo

The ID of the cluster. If the ClusterType parameter is not set to cloud-product-prometheus or cms-enterprise-prometheus, you must specify the ClusterId parameter.

cc7a37ee31aea4ed1a059eff8034b****
DataSourceTypestringNo

The type of the data source. Valid values:

  • loki
  • prometheus
loki
ClusterTypestringNo

The cluster type. Valid values:

  • vpc-prometheus
  • cloud-product-prometheus
  • cms-enterprise-prometheus
  • ExternalKubernetes
  • Ask
  • Kubernetes
  • ManagedKubernetes
  • remote-write-prometheus
  • GlobalViewV2
cloud-product-prometheus
ProductCodestringNo

The abbreviation of the Alibaba Cloud service name.

edas
GroupNamestringNo

The name of the dashboard group.

EDAS
DashBoardNamestringNo

The name of the dashboard.

edas-ingress-url
DashBoardVersionstringNo

The version of the dashboard.

latest
OnlyQuerybooleanNo

Specifies whether to display the Grafana dashboard only in the Application Real-Time Monitoring Service (ARMS) console.

true

Response parameters

ParameterTypeDescriptionExample
object

The content of the response.

Datastring

The returned struct.

[{"name":"Edas Ingress Url Analysis","type":"edas-ingress-url-analysis","url":"https://g.console.aliyun.com/d/1036052989950239-11040375-66-3/edas-ingress-url-analysis?var-clusterId=29ksa&var-regionId=cn-hangzhou"}]
RequestIdstring

The ID of the request, You can use the ID to locate logs and troubleshoot issues.

2983BEF7-4A0D-47A2-94A2-8E9C5E63****
Codeinteger

Status Code. Description 200 indicates success.

200
Messagestring

Returns a hint message for the result.

success

Examples

Sample success responses

JSONformat

{
  "Data": "[{\"name\":\"Edas Ingress Url Analysis\",\"type\":\"edas-ingress-url-analysis\",\"url\":\"https://g.console.aliyun.com/d/1036052989950239-11040375-66-3/edas-ingress-url-analysis?var-clusterId=29ksa&var-regionId=cn-hangzhou\"}]",
  "RequestId": "2983BEF7-4A0D-47A2-94A2-8E9C5E63****",
  "Code": 200,
  "Message": "success"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-03-20The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.