Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for ClickHouse®
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
  • Yandex Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • GetExtensionRequest
  • Extension
  • ExtensionVersion
  1. API reference
  2. gRPC
  3. Extension
  4. Get

Managed Service for ClickHouse API, gRPC: ExtensionService.Get

Written by
Yandex Cloud
Updated at April 18, 2025
  • gRPC request
  • GetExtensionRequest
  • Extension
  • ExtensionVersion

gRPC requestgRPC request

rpc Get (GetExtensionRequest) returns (Extension)

GetExtensionRequestGetExtensionRequest

{
  "extension_name": "string",
  "folder_id": "string"
}

Field

Description

extension_name

string

Required field.

folder_id

string

ExtensionExtension

{
  "name": "string",
  "versions": [
    {
      "id": "string",
      "default": "bool",
      "deprecated": "bool"
    }
  ]
}

Field

Description

name

string

Required field. Required. Extension name.

versions[]

ExtensionVersion

Required. All extension available versions.

ExtensionVersionExtensionVersion

Field

Description

id

string

Required field. Required. Version ID.

default

bool

Is default version.

deprecated

bool

Is version deprecated.

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.