Queries Container Service for Kubernetes (ACK) edge clusters.
Operation description
-
up to 100 times per second per account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:DescribeCluster |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
No |
The cluster ID. |
c8f0377146d104687ac562eef9403**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
CEF72CEB-54B6-4AE8-B225-F876FF7BA984 |
| Clusters |
array<object> |
An array that consists of the information about clusters. |
|
|
object |
Information about a cluster. |
||
| Name |
string |
The cluster name. |
vc-a622bb** |
| ClusterId |
string |
The cluster ID. |
c8f0377146d104687ac562eef9403**** |
| CurrentVersion |
string |
The version of the cluster. |
1.18.8 |
| NextVersion |
string |
The next version of the cluster. |
1.20.8 |
| Status |
string |
The health status of the instance. Valid values:
Valid values:
|
healthy |
Examples
Success response
JSON format
{
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BA984",
"Clusters": [
{
"Name": "vc-a622bb**",
"ClusterId": "c8f0377146d104687ac562eef9403****",
"CurrentVersion": "1.18.8",
"NextVersion": "1.20.8",
"Status": "healthy"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | BadRequest | Invalid request parameters | |
| 400 | NoPermission | Permission denied. | |
| 400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. | |
| 500 | InternalServerError | Internal service error |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.