Queries the information of Grafana dashboards of a cluster in an Alibaba Cloud Service Mesh (ASM) instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
K8sClusterId | String | Yes | ce3c25e247da24f3aab9b7edfae83**** |
The ID of the cluster on the data plane. |
ServiceMeshId | String | Yes | cb8963379255149cb98c8686f274x**** |
The ID of the ASM instance. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Dashboards | Array of Dashboard |
The information of Grafana dashboards. |
|
Title | String | test |
The title of the Grafana dashboard. |
Url | String | test.com |
The endpoint of the Grafana dashboard. |
RequestId | String | BD65C0AD-D3C6-48D3-8D93-38D2015C**** |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeClusterGrafana
&<Common request parameters>
Sample success responses
XML
format
<RequestId>BD65C0AD-D3C6-48D3-8D93-38D2015C****</RequestId>
<Dashboards>
<Title>test</Title>
<Url>test.com</Url>
</Dashboards>
JSON
format
{
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
"Dashboards": {
"Title": "test",
"Url": "test.com"
}
}
Error codes
For a list of error codes, visit the API Error Center.