All Products
Search
Document Center

Alibaba Cloud Service Mesh:DescribeClusterGrafana

Last Updated:Mar 05, 2024

Queries the information about Grafana dashboards of a cluster in a Service Mesh (ASM) instance.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ServiceMeshIdstringYes

The ASM instance ID.

cb8963379255149cb98c8686f274x****
K8sClusterIdstringYes

The ID of the cluster on the data plane.

ce3c25e247da24f3aab9b7edfae83****
ReAddPrometheusIntegrationstringYes

Specifies whether to integrate Managed Service for Prometheus for the cluster on the data plane.

false

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

BD65C0AD-D3C6-48D3-8D93-38D2015C****
Dashboardsobject []

The information about Grafana dashboards.

Urlstring

The endpoint of the Grafana dashboard.

test.com
Titlestring

The title of the Grafana dashboard.

test

Examples

Sample success responses

JSONformat

{
  "RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
  "Dashboards": [
    {
      "Url": "test.com",
      "Title": "test"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-12-28The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: ReAddPrometheusIntegration