Adds an ACK cluster to an ACK One fleet instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adcp:AttachClusterToHub |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The fleet ID. |
cd08d62e6506a4fa5a8c44c19d0fc**** |
| ClusterIds |
string |
Yes |
A JSON-formatted string that can be parsed into an array of member cluster IDs to add to the fleet instance. |
["cdea10134be464ba4acb36cc831a6****"] |
| AttachToMesh |
boolean |
No |
Specifies whether to add the member clusters to a Service Mesh (ASM) instance.
|
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
EA06613B-37A3-549E-BAE0-E4AD8A6E93D7 |
| ClusterId |
string |
The fleet ID. |
c8e28143817db4b039b8548d7c899**** |
| ManagedClusterIds |
array |
A list of member cluster IDs. |
|
|
string |
The ID of a member cluster. |
['ce11727a7d2114790bf1392b2051e****'] |
|
| TaskId |
string |
The task ID. |
T-623a96b7bbeaac074b00**** |
Examples
Success response
JSON format
{
"RequestId": "EA06613B-37A3-549E-BAE0-E4AD8A6E93D7",
"ClusterId": "c8e28143817db4b039b8548d7c899****",
"ManagedClusterIds": [
"['ce11727a7d2114790bf1392b2051e****']"
],
"TaskId": "T-623a96b7bbeaac074b00****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.