Queries the engine versions to which an ApsaraDB for MongoDB instance can be upgraded.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dds:DescribeAvailableEngineVersion |
get |
*dbinstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceId |
string |
Yes |
The ID of the instance. |
dds-bpxxxxxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
52507B6B-003B-47A3-A0A3-9FE992C7A243 |
| EngineVersions |
object |
||
| EngineVersion |
array |
The list of one or more engine versions to which an ApsaraDB for MongoDB instance can be upgraded. Note
An empty string is returned if the latest version is being used. |
|
|
string |
The engine version that can be upgraded. |
4.0 |
Examples
Success response
JSON format
{
"RequestId": "52507B6B-003B-47A3-A0A3-9FE992C7A243",
"EngineVersions": {
"EngineVersion": [
"4.0"
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.