Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Managed Service for ClickHouse®
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • List
  • Yandex Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • HTTP request
  • Query parameters
  • Response
  • Version
  1. API reference
  2. REST
  3. Versions
  4. List

Managed Service for ClickHouse API, REST: Versions.List

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Query parameters
  • Response
  • Version

Returns list of available ClickHouse versions.

HTTP requestHTTP request

GET https://mdb.api.cloud.yandex.net/managed-clickhouse/v1/versions

Query parametersQuery parameters

Field

Description

pageSize

string (int64)

The maximum number of results per page that should be returned. If the number of available
results is larger than pageSize, the service returns a ListVersionsResponse.nextPageToken that can be used
to get the next page of results in subsequent ListVersions requests.
Default value: 100.

pageToken

string

Page token. Set pageToken to the ListVersionsResponse.nextPageToken returned by a previous ListVersions
request to get the next page of results.

ResponseResponse

HTTP Code: 200 - OK

{
  "version": [
    {
      "id": "string",
      "name": "string",
      "deprecated": "boolean",
      "updatableTo": [
        "string"
      ]
    }
  ],
  "nextPageToken": "string"
}

Field

Description

version[]

Version

Requested list of available versions.

nextPageToken

string

This token allows you to get the next page of results for ListVersions requests,
if the number of results is larger than ListVersionsRequest.pageSize specified in the request.
To get the next page, specify the value of nextPageToken as a value for
the ListVersionsRequest.pageToken parameter in the next ListVerions request. Subsequent ListVersions
requests will have their own nextPageToken to continue paging through the results.

VersionVersion

Field

Description

id

string

ID of the version.

name

string

Name of the version.

deprecated

boolean

Whether version is deprecated.

updatableTo[]

string

List of versions that can be updated from current.

Was the article helpful?

Previous
Overview
Next
Yandex Monitoring metrics
Yandex project
© 2025 Yandex.Cloud LLC