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
  • 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:

  • HTTP request
  • Path parameters
  • Response
  1. API reference
  2. REST
  3. Cluster
  4. GetShardGroup

Managed Service for ClickHouse API, REST: Cluster.GetShardGroup

Written by
Yandex Cloud
Improved by
amatol
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Response

Returns the specified shard group.

HTTP requestHTTP request

GET https://mdb.api.cloud.yandex.net/managed-clickhouse/v1/clusters/{clusterId}/shardGroups/{shardGroupName}

Path parametersPath parameters

Field

Description

clusterId

string

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

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

shardGroupName

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.

ResponseResponse

HTTP Code: 200 - OK

{
  "name": "string",
  "clusterId": "string",
  "description": "string",
  "shardNames": [
    "string"
  ]
}

Field

Description

name

string

Name of the shard group.

clusterId

string

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

description

string

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

shardNames[]

string

List of shard names contained in the shard group.

Was the article helpful?

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