All Products
Search
Document Center

Alibaba Cloud Service Mesh:UpgradeMeshEditionPartially

Last Updated:Mar 05, 2024

Upgrades a Service Mesh (ASM) instance to Professional Edition that is commercially released.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ServiceMeshIdstringYes

The ASM instance ID.

ca04bc38979214bf2882be79d39b4****
SwitchToProdeprecatedbooleanNo

Specifies whether to upgrade the ASM instance to Professional Edition. Valid values:

  • true
  • false
true
ASMGatewayContinuebooleanNo

Specifies whether to upgrade the ASM gateways for the ASM instance. Valid values:

  • true
  • false
true
UpgradeGatewayRecordsstringNo

Specifies the ASM gateways to be upgraded. Separate multiple ASM gateways with commas (,).

ingressgateway1,ingressgateway2
ExpectedVersionstringNo

The expected version that desired to be upgraded to.

v1.15.3.118-g4712daf0-aliyun
PreCheckbooleanNo

Specifies whether to perform an upgrade check. If the value of this parameter is set to true, only the upgrade check is performed and the ASM instance is not upgraded.

true

Response parameters

ParameterTypeDescriptionExample
object

The returned results.

RequestIdstring

The request ID.

31d3a0f0-07ed-4f6e-9004-1804498c****

Examples

Sample success responses

JSONformat

{
  "RequestId": "31d3a0f0-07ed-4f6e-9004-1804498c****"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-06-07The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: PreCheck