All Products
Search
Document Center

Alibaba Cloud Service Mesh:AddClusterIntoServiceMesh

Last Updated:Apr 25, 2023

Adds a cluster to an Alibaba Cloud Service Mesh (ASM) instance.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ServiceMeshIdstringYes

The ID of the ASM instance.

cb8963379255149cb98c8686f274x****
ClusterIdstringYes

The ID of the cluster that you want to add to the ASM instance.

ce3c25e247da24f3aab9b7edfae83****

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The returned status code.

200
Messagestring

The returned message.

success
RequestIdstring

The ID of the request.

BD65C0AD-D3C6-48D3-8D93-38D2015C****

Examples

Sample success responses

JSONformat

{
    "RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
    "Message": "success",
    "Code": 200
}

XMLformat

<RequestId>BD65C0AD-D3C6-48D3-8D93-38D2015C****</RequestId>
<Message>success</Message>
<Code>200</Code>

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-11-15The input parameters of the API operation change.
Change itemChange content
Input ParametersThe input parameters of the API operation change.
    Added Input Parameters: IgnoreNamespaceCheck