All Products
Search
Document Center

Alibaba Cloud Service Mesh:DescribeGuestClusterAccessLogDashboards

Last Updated:Mar 05, 2024

Queries the access log dashboards of a cluster on the data plane.

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
K8sClusterIdstringYes

The ID of the cluster on the data plane.

ce3c25e247da24f3aab9b7edfae83****

Response parameters

ParameterTypeDescriptionExample
object
K8sClusterIdstring

The ID of the cluster on the data plane.

ce3c25e247da24f3aab9b7edfae83****
RequestIdstring

The request ID.

BD65C0AD-D3C6-48D3-8D93-38D2015C****
Dashboardsobject []

The access log dashboards of the cluster on the data plane.

Urlstring

The URL of a dashboard.

test.com
Titlestring

The title of the dashboard.

test

Examples

Sample success responses

JSONformat

{
  "K8sClusterId": "ce3c25e247da24f3aab9b7edfae83****",
  "RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
  "Dashboards": [
    {
      "Url": "test.com",
      "Title": "test"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.