8e34d622af
- Basic support and testing for CRUD for node.shard. - Policy checking for update node.shard. - New API endpoint: GET /v1/shards - Policy checking for GET /v1/shards - Support for querying for nodes in a list of shards Story: 2010378 Task: 46624 Change-Id: I385594339028c20cfc83fdcc4cbbec107efdacff
13 lines
148 B
JSON
13 lines
148 B
JSON
{
|
|
"shards": [
|
|
{
|
|
"count": 47,
|
|
"name": "example_shard1",
|
|
},
|
|
{
|
|
"count": 46,
|
|
"name": "example_shard2"
|
|
}
|
|
]
|
|
}
|