forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
6.4 KiB
6.4 KiB
Querying Database Version Information
Function
This API is used to obtain database version information about a specified type of a DB instance.
URI
- URI format
- Parameter description
Table 1 Parameter description Name
Mandatory
Description
project_id
Yes
Specifies the project ID of a tenant in a region.
datastore_name
Yes
Specifies the database type. DDS Community Edition is supported. The value is DDS-Community.
Requests
Responses
- Parameter description
Table 2 Parameter description Name
Type
Description
versions
Array of strings
Indicates the database version. Currently, versions 3.2 and 3.4 are supported.
- Response example
{ "versions": [ "3.2", "3.4" ] }
Status Code
For more information, see Status Code.
Error Code
For more information, see Error Code.
Parent topic: API Description