Call DescribeUpgradeVersion to retrieve the available upgrade versions for a Service Mesh instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
servicemesh:DescribeUpgradeVersion |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceMeshId |
string |
Yes |
The ID of the ASM instance. |
c08ba3fd1e6484b0f8cc1ad8fe10d**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The status of the upgrade. |
||
| RequestId |
string |
The request ID. |
11fd0027-c27e-41bb-a565-75583054**** |
| Version |
object |
The version information. |
|
| KubernetesVersion |
string |
The Kubernetes version. |
v1.24.6-aliyun.1 |
| IstioOperatorVersion |
string |
The version of the ASM instance. |
v1.17.2.42-gf7619883-aliyun |
| IstioVersion |
string |
The Istio version. |
1.17.2 |
Examples
Success response
JSON format
{
"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
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.