Retrieves the access log reports of a data plane cluster.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
servicemesh:DescribeGuestClusterAccessLogDashboards | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
K8sClusterId | string | Yes | The ID of the data plane cluster. | ce3c25e247da24f3aab9b7edfae83**** |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | BD65C0AD-D3C6-48D3-8D93-38D2015C**** |
| Dashboards | array<object> | The access log reports of the data plane cluster. | |
object | |||
Url | string | The URL of the report. | test.com |
Title | string | The title of the report. | test |
K8sClusterId | string | The ID of the data plane cluster. | ce3c25e247da24f3aab9b7edfae83**** |
Examples
Success response
JSON format
{
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
"Dashboards": [
{
"Url": "test.com",
"Title": "test"
}
],
"K8sClusterId": "ce3c25e247da24f3aab9b7edfae83****"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.