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
        • Get
        • List
        • Create
        • Delete
        • Update
        • SetExtensions
  • Yandex Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • ListClusterExtensionsRequest
  • ListClusterExtensionsResponse
  • ClusterExtension
  1. API reference
  2. gRPC
  3. ClusterExtension
  4. List

Managed Service for ClickHouse API, gRPC: ClusterExtensionService.List

Written by
Yandex Cloud
Updated at April 18, 2025
  • gRPC request
  • ListClusterExtensionsRequest
  • ListClusterExtensionsResponse
  • ClusterExtension

gRPC requestgRPC request

rpc List (ListClusterExtensionsRequest) returns (ListClusterExtensionsResponse)

ListClusterExtensionsRequestListClusterExtensionsRequest

{
  "cluster_id": "string",
  "page_size": "int64",
  "page_token": "string"
}

Field

Description

cluster_id

string

Required field.

page_size

int64

page_token

string

ListClusterExtensionsResponseListClusterExtensionsResponse

{
  "extensions": [
    {
      "name": "string",
      "cluster_id": "string",
      "version": "string"
    }
  ],
  "next_page_token": "string"
}

Field

Description

extensions[]

ClusterExtension

next_page_token

string

ClusterExtensionClusterExtension

Field

Description

name

string

Required field. Required. Extension name.

cluster_id

string

Required field. Required. ID of the ClickHouse cluster.

version

string

Required field. Required. Extension version.

Was the article helpful?

Previous
Get
Next
Create
Yandex project
© 2025 Yandex.Cloud LLC