Managed Service for Redis API, REST: Cluster.GetShard
Returns the specified shard.
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-redis/v1/clusters/{clusterId}/shards/{shardName}
Path parameters
Field |
Description |
clusterId |
string Required field. ID of the Redis cluster the shard belongs to. |
shardName |
string Required field. Name of Redis shard to return. |
Response
HTTP Code: 200 - OK
{
"name": "string",
"clusterId": "string"
}
Field |
Description |
name |
string Name of the Redis shard. The shard name is assigned by user at creation time, and cannot be changed. |
clusterId |
string ID of the Redis cluster the shard belongs to. The ID is assigned by MDB at creation time. |