All Products
Search
Document Center

Alibaba Cloud Service Mesh:GetGrafanaDashboardUrl

Last Updated:Mar 05, 2024

Queries the Grafana dashboard URL from Application Real-Time Monitoring Service (ARMS).

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 ID of the Service Mesh (ASM) instance.

cb8963379255149cb98c8686f274x****
K8sClusterIdstringYes

The ID of the Container Service for Kubernetes (ACK) or ACK Serverless cluster.

c94ca2d27f7aa47ab84ed73e6f084****
TitlestringYes

The name of the dashboard.

Cloud ASM Istio Http Gateway

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

76DBB8A0-5AA6-5A56-9A8A-****
Dashboardsobject []

The information about the dashboard.

Urlstring

The URL of the dashboard.

https://g.console.aliyun.com/d/181863583797****-14651340-200-2/alibaba-cloud-mesh-service?orgId=32****&refresh=60s
Titlestring

The name of the dashboard.

Cloud ASM Istio Http Gateway

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2022-09-28Add Operationsee changesets