All Products
Search
Document Center

Alibaba Cloud Service Mesh:DescribeVersions

Last Updated:Mar 05, 2024

Queries available Service Mesh (ASM) versions when you create an ASM instance.

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
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

BD65C0AD-D3C6-48D3-8D93-38D2015C****
VersionInfoobject []

The available ASM versions.

Editionstring

The edition of the ASM instance. Valid values:

  • Default: Standard Edition
  • Pro: Professional Edition that is commercially released
Default
Versionsarray

The list of ASM versions available for the ASM instance of the current edition.

string

An ASM version available for the ASM instance of the current edition.

v1.10.5.40-g2adf45be-aliyun

Examples

Sample success responses

JSONformat

{
  "RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
  "VersionInfo": [
    {
      "Edition": "Default",
      "Versions": [
        "v1.10.5.40-g2adf45be-aliyun"
      ]
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2021-12-31Add Operationsee changesets