Removes an ACK child cluster from an ACK One fleet instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adcp:DetachClusterFromHub |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The fleet ID. You can call the DescribeHubClusters operation to obtain the IDs of created fleet instances. |
cb09fda0dc2f94a8397c76638c7ec**** |
| ClusterIds |
string |
Yes |
The array of IDs for the child clusters to remove from the fleet. You can call the DescribeManagedClusters operation to obtain the IDs of child clusters that are added to the fleet. The value is a JSON string that can be parsed into a string array. |
["c1c731554c1ec4a1ca9bb690ff9ed****"] |
| DetachFromMesh |
boolean |
No |
Specifies whether to remove the child cluster only from the Service Mesh (ASM) instance.
If this parameter is not set, the default value is false. The child cluster is removed from both the ASM instance and ACK One. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
4412F213-DBCD-5D1B-A9A1-F6C26C6C19D9 |
| ClusterId |
string |
The fleet ID. |
cc490b1e67ccc43a784727f29f33e**** |
| ManagedClusterIds |
array |
A list of child clusters. |
|
|
string |
The ID of the child cluster. |
['c33106e9aeebd480c84da7ec6873a****'] |
|
| TaskId |
string |
The task ID. |
T-623a96b7bbeaac074b00**** |
Examples
Success response
JSON format
{
"RequestId": "4412F213-DBCD-5D1B-A9A1-F6C26C6C19D9",
"ClusterId": "cc490b1e67ccc43a784727f29f33e****",
"ManagedClusterIds": [
"['c33106e9aeebd480c84da7ec6873a****']"
],
"TaskId": "T-623a96b7bbeaac074b00****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.