Retrieves a Grafana dashboard URL from ARMS.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
servicemesh:GetGrafanaDashboardUrl | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
ServiceMeshId | string | Yes | The service mesh ID. | cb8963379255149cb98c8686f274x**** |
K8sClusterId | string | Yes | The ID of the ACK or ASK cluster. | c94ca2d27f7aa47ab84ed73e6f084**** |
Title | string | Yes | The name of the dashboard. | Cloud ASM Istio Http Gateway |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | 76DBB8A0-5AA6-5A56-9A8A-**** |
| Dashboards | array<object> | The dashboard information. | |
object | |||
Url | string | The URL of the dashboard. | https://gnew.console.alibabacloud.com/d/181863583797****-14651340-200-2/alibaba-cloud-mesh-service?orgId=32****&refresh=60s |
Title | string | The name of the dashboard. | Cloud ASM Istio Http Gateway |
Examples
Success response
JSON format
{
"RequestId": "76DBB8A0-5AA6-5A56-9A8A-****",
"Dashboards": [
{
"Url": "https://gnew.console.alibabacloud.com/d/181863583797****-14651340-200-2/alibaba-cloud-mesh-service?orgId=32****&refresh=60s",
"Title": "Cloud ASM Istio Http Gateway"
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.