Adds a cluster to a Service Mesh (ASM) instance.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ServiceMeshId | string | Yes | The ID of the Service Mesh (ASM) instance. | cb8963379255149cb98c8686f274x**** |
ClusterId | string | Yes | The ID of the cluster to be added. | ce3c25e247da24f3aab9b7edfae83**** |
IgnoreNamespaceCheck | boolean | No | Specifies whether to check that the cluster you want to add to the ASM instance belongs to the istio-system namespace. This parameter is often used in scenarios where you migrate traffic from self-managed open source Istio to ASM. Valid values: true and false. | false |
Response parameters
Examples
Sample success responses
JSON
format
{
"Message": "success",
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
"Code": "200"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||
---|---|---|---|---|---|---|
2022-11-15 | The request parameters of the API has changed | see changesets | ||||
|