Queries the Grafana dashboard URL from Application Real-Time Monitoring Service (ARMS).
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ServiceMeshId | string | Yes | The ID of the Service Mesh (ASM) instance. | cb8963379255149cb98c8686f274x**** |
K8sClusterId | string | Yes | The ID of the Container Service for Kubernetes (ACK) or ACK Serverless cluster. | c94ca2d27f7aa47ab84ed73e6f084**** |
Title | string | Yes | The name of the dashboard. | Cloud ASM Istio Http Gateway |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "76DBB8A0-5AA6-5A56-9A8A-****",
"Dashboards": [
{
"Url": "https://g.console.aliyun.com/d/181863583797****-14651340-200-2/alibaba-cloud-mesh-service?orgId=32****&refresh=60s",
"Title": "Cloud ASM Istio Http Gateway"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2022-09-28 | Add Operation | see changesets |