All Products
Search
Document Center

Alibaba Cloud Service Mesh:DescribeUpgradeVersion

Last Updated:Mar 05, 2024

Queries the update status of a Service Mesh (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
ServiceMeshIdstringYes

The ASM instance ID.

c08ba3fd1e6484b0f8cc1ad8fe10d****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

11fd0027-c27e-41bb-a565-75583054****
Versionobject

The version information.

KubernetesVersionstring

The Kubernetes version.

v1.24.6-aliyun.1
IstioOperatorVersionstring

The version of the ASM instance.

v1.17.2.42-gf7619883-aliyun
IstioVersionstring

The Istio version.

1.17.2

Examples

Sample success responses

JSONformat

{
  "RequestId": "11fd0027-c27e-41bb-a565-75583054****",
  "Version": {
    "KubernetesVersion": "v1.24.6-aliyun.1",
    "IstioOperatorVersion": "v1.17.2.42-gf7619883-aliyun",
    "IstioVersion": "1.17.2"
  }
}

Error codes

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