document-database-service/api-ref/source/api_description/querying_database_version_information.rst
proposalbot d748eab4d5 Changes to dds_api-ref from docs/doc-exports#410 (DDS API 20221101 version
DDS

Reviewed-by: Boka, Ladislav <ladislav.boka@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
2022-11-09 23:26:45 +00:00

2.5 KiB

original_name

dds_database_version.html

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

    GET /v3/{project_id}/datastores/{datastore_name}/versions

  • 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

  • Request header

    GET https://DDS endpoint/v3/{project_id}/datastores/{datastore_name}/versions
  • Request body

    N/A

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 <dds_status_code>.

Error Code

For more information, see Error Code <dds_error_code>.