Queries the access log reports of a cluster on the data plane.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | No | DescribeGuestClusterAccessLogDashboards |
The operation that you want to perform. Set the value to DescribeGuestClusterAccessLogDashboards. |
| K8sClusterId | String | Yes | ce3c25e247da24f3aab9b7edfae83**** |
The ID of the cluster on the data plane. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| Dashboards | Array |
The access log reports of a cluster on the data plane. |
|
| Title | String | test |
The title of the report. |
| Url | String | test.com |
The URL of the report. |
| K8sClusterId | String | ce3c25e247da24f3aab9b7edfae83**** |
The ID of the cluster on the data plane. |
| RequestId | String | BD65C0AD-D3C6-48D3-8D93-38D2015C**** |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeGuestClusterAccessLogDashboards
&K8sClusterId=ce3c25e247da24f3aab9b7edfae83****
&<Common request parameters>Sample success responses
XML format
<RequestId>BD65C0AD-D3C6-48D3-8D93-38D2015C****</RequestId>
<Dashboards>
<Title>test</Title>
<Url>test.com</Url>
</Dashboards>
<K8sClusterId>ce3c25e247da24f3aab9b7edfae83****</K8sClusterId>JSON format
{
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
"Dashboards": {
"Title": "test",
"Url": "test.com"
},
"K8sClusterId": "ce3c25e247da24f3aab9b7edfae83****"
}Error codes
For a list of error codes, visit the API Error Center.