Managed Service for SPQR API, REST: Cluster.GetShard
Статья создана
Обновлена 8 августа 2025 г.
Returns the specified shard.
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-spqr/v1/clusters/{clusterId}/shards/{shardName}
Path parameters
|
Field |
Description |
|
clusterId |
string Required field. ID of the SPQR cluster that the shard belongs to. |
|
shardName |
string Required field. Name of the SPQR shard to return. |
Response
HTTP Code: 200 - OK
{
"name": "string",
"clusterId": "string"
}
|
Field |
Description |
|
name |
string Name of the shard. |
|
clusterId |
string ID of the cluster that the shard belongs to. |