Call DescribeClusterGrafana to retrieve information about Grafana reports for a cluster in a service mesh.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
servicemesh:DescribeClusterGrafana |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceMeshId |
string |
Yes |
The ID of the Service Mesh (SM) instance. |
cb8963379255149cb98c8686f274x**** |
| K8sClusterId |
string |
Yes |
The ID of the data plane cluster. |
ce3c25e247da24f3aab9b7edfae83**** |
| ReAddPrometheusIntegration |
string |
No |
Specifies whether to reintegrate Prometheus for the data plane cluster. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
BD65C0AD-D3C6-48D3-8D93-38D2015C**** |
| Dashboards |
array<object> |
The information about the Grafana reports. |
|
|
object |
|||
| Url |
string |
The endpoint of the Grafana report. |
test.com |
| Title |
string |
The title of the report. |
test |
Examples
Success response
JSON format
{
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
"Dashboards": [
{
"Url": "test.com",
"Title": "test"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.