Queries the list of member clusters in an ACK One fleet instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adcp:DescribeManagedClusters |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The fleet ID. |
c2f41fd4599454a9c9ad8b3daafe8**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
BDA85C7A-FC81-56C4-9BC2-9112EE970059 |
| Clusters |
array<object> |
The list of clusters. |
|
|
array<object> |
The details of the cluster. |
||
| Cluster |
object |
The information about the cluster. |
|
| Name |
string |
The name of the cluster. |
ackone-heyuan |
| ClusterID |
string |
The cluster ID. |
c2f41fd4599454a9c9ad8b3daafe8**** |
| Region |
string |
The region ID of the cluster. |
cn-hangzhou |
| State |
string |
The state of the member cluster. Valid values:
|
running |
| ClusterType |
string |
The type of the cluster. |
One |
| Created |
string |
The time when the cluster was created. |
2022-03-23T06:22:28Z |
| Updated |
string |
The time when the cluster was last updated. |
2022-03-23T06:22:28Z |
| InitVersion |
string |
The initial version of the cluster. |
1.20.4-aliyun.1 |
| CurrentVersion |
string |
The current version of the cluster. |
1.22.3-aliyun.1 |
| ResourceGroupId |
string |
The resource group ID. |
rg-acfmx7o7ewy**** |
| VpcID |
string |
The VPC ID. |
vpc-bp1fhizs9fxuvit06**** |
| VSwitchID |
string |
The virtual switch ID. |
vsw-m5e0pbkgmhvzecf7e**** |
| Profile |
string |
The cluster profile. |
Default |
| ClusterSpec |
string |
The specification of the cluster. |
ack.pro.small |
| Status |
object |
The state of the member cluster in the fleet. |
|
| State |
string |
The state of the member cluster in the fleet. Valid values:
|
Successed |
| Message |
string |
The status message. |
SUCCESS |
| MeshStatus |
object |
The state of the member cluster in the service mesh. |
|
| InMesh |
boolean |
Indicates whether the member cluster is in the service mesh. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "BDA85C7A-FC81-56C4-9BC2-9112EE970059",
"Clusters": [
{
"Cluster": {
"Name": "ackone-heyuan",
"ClusterID": "c2f41fd4599454a9c9ad8b3daafe8****",
"Region": "cn-hangzhou",
"State": "running",
"ClusterType": "One",
"Created": "2022-03-23T06:22:28Z",
"Updated": "2022-03-23T06:22:28Z",
"InitVersion": "1.20.4-aliyun.1",
"CurrentVersion": "1.22.3-aliyun.1",
"ResourceGroupId": "rg-acfmx7o7ewy****",
"VpcID": "vpc-bp1fhizs9fxuvit06****",
"VSwitchID": "vsw-m5e0pbkgmhvzecf7e****",
"Profile": "Default",
"ClusterSpec": "ack.pro.small"
},
"Status": {
"State": "Successed",
"Message": "SUCCESS"
},
"MeshStatus": {
"InMesh": true
}
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.