Queries the update status of an Alibaba Cloud Service Mesh (ASM) instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeUpgradeVersion |
The operation that you want to perform. Set the value to DescribeUpgradeVersion. |
ServiceMeshId | String | Yes | c08ba3fd1e6484b0f8cc1ad8fe10d**** |
The ID of the ASM instance. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 11fd0027-c27e-41bb-a565-75583054**** |
The ID of the request. |
Version | Object |
The version information. |
|
KubernetesVersion | String | 1.20 |
The Kubernetes version. |
IstioOperatorVersion | String | v1.10.5.34-g7689a219-aliyun |
The version of the ASM instance. |
IstioVersion | String | 1.10.5.34 |
The Istio version. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeUpgradeVersion
&ServiceMeshId=c08ba3fd1e6484b0f8cc1ad8fe10d****
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeUpgradeVersionResponse>
<RequestId>11fd0027-c27e-41bb-a565-75583054****</RequestId>
<Version>
<KubernetesVersion>1.20</KubernetesVersion>
<IstioOperatorVersion>v1.10.5.34-g7689a219-aliyun</IstioOperatorVersion>
<IstioVersion>1.10.5.34</IstioVersion>
</Version>
</DescribeUpgradeVersionResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "11fd0027-c27e-41bb-a565-75583054****",
"Version" : {
"KubernetesVersion" : 1.2,
"IstioOperatorVersion" : "v1.10.5.34-g7689a219-aliyun",
"IstioVersion" : "1.10.5.34"
}
}
Error codes
For a list of error codes, visit the API Error Center.