forked from docs/doc-exports
Reviewed-by: Gladkov, Maksim <mgladkov@noreply.gitea.eco.tsi-dev.otc-service.com> Reviewed-by: Boka, Ladislav <ladislav.boka@t-systems.com> Co-authored-by: Ru, Li Yi <liyiru7@huawei.com> Co-committed-by: Ru, Li Yi <liyiru7@huawei.com>
9.6 KiB
9.6 KiB
Querying Version Information About a DB Engine
Function
This API is used to query the database version information of a specified DB engine.
- Before calling an API, you need to understand the API in Authentication.
- Before calling this API, obtain the required region and endpoint.
URI
- URI format
GET https://{Endpoint}/v3/{project_id}/datastores/{database_name}
- Parameter description
Table 1 Parameter description Name
Mandatory
Description
project_id
Yes
Specifies the project ID of a tenant in a region.
For details about how to obtain the project ID, see Obtaining a Project ID.
database_name
Yes
Specifies the DB engine. Its value can be any of the following and is case-insensitive:
- MySQL
- PostgreSQL
- SQLServer
Request
Response
- Normal response
Table 2 Parameter description Name
Type
Description
dataStores
Array of objects
Indicates the list of database versions.
For details, see Table 3.
- Example normal response
{ "dataStores": [{ "id": "87620726-6802-46c0-9028-a8785e1f1921", "name": "8.0" },{ "id": "87620726-6802-46c0-9028-a8785e1f1922", "name": "5.7" }] } - Abnormal response
For details, see Abnormal Request Results.
Status Code
- Normal
- Abnormal
For details, see Status Codes.
Error Code
For details, see Error Codes.
Parent topic: API v3 (Recommended)