Querying Database Version Information¶
Function¶
This API is used to obtain database version information about a specified type of a DB instance.
URI¶
Requests¶
Responses¶
Parameter description
¶ Name
Type
Description
versions
Array of strings
Indicates the database version. Currently, versions 3.4, 4.0, 4.2, and 4.4 are supported.
Response example
{ "versions": [ "3.4", "4.0", "4.2", "4.4" ] }
Status Code¶
Status Code:200.
For more information, see Status Code.
Error Code¶
For more information, see Error Code.