summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/shards-list-response.json
blob: 776dd324b251d99b78d2aec317dd6a5a84be2156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "shards": [
    {
      "count": 47,
      "name": "example_shard1",
    },
    {
      "count": 46,
      "name": "example_shard2"
    }
  ]
}