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
        • Update
        • Delete
        • Start
        • Stop
        • Move
        • AddZookeeper
        • Backup
        • Restore
        • RescheduleMaintenance
        • ListLogs
        • StreamLogs
        • ListOperations
        • ListBackups
        • ListHosts
        • AddHosts
        • UpdateHosts
        • DeleteHosts
        • RestartHosts
        • GetShard
        • ListShards
        • AddShard
        • AddShards
        • UpdateShard
        • DeleteShard
        • DeleteShards
        • GetShardGroup
        • ListShardGroups
        • CreateShardGroup
        • UpdateShardGroup
        • DeleteShardGroup
        • ListExternalDictionaries
        • CreateExternalDictionary
        • UpdateExternalDictionary
        • DeleteExternalDictionary
  • Yandex Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • GetClusterShardGroupRequest
  • ShardGroup
  1. API reference
  2. gRPC
  3. Cluster
  4. GetShardGroup

Managed Service for ClickHouse API, gRPC: ClusterService.GetShardGroup

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetClusterShardGroupRequest
  • ShardGroup

Returns the specified shard group.

gRPC requestgRPC request

rpc GetShardGroup (GetClusterShardGroupRequest) returns (ShardGroup)

GetClusterShardGroupRequestGetClusterShardGroupRequest

{
  "cluster_id": "string",
  "shard_group_name": "string"
}

Field

Description

cluster_id

string

Required field. ID of the cluster that the shard group belongs to.

To get the cluster ID, make a ClusterService.List request.

shard_group_name

string

Required field. Name of the shard group to request information about.

To get the name of a shard group, make a ClusterService.ListShardGroups request.

ShardGroupShardGroup

{
  "name": "string",
  "cluster_id": "string",
  "description": "string",
  "shard_names": [
    "string"
  ]
}

Field

Description

name

string

Name of the shard group.

cluster_id

string

ID of the ClickHouse cluster that the shard group belongs to.

description

string

Description of the shard group. 0-256 characters long.

shard_names[]

string

List of shard names contained in the shard group.

Was the article helpful?

Previous
DeleteShards
Next
ListShardGroups
Yandex project
© 2025 Yandex.Cloud LLC