ironic/api-ref/source/samples/shards-list-response.json
Jay Faulkner 8e34d622af API support for CRUD node.shard
- 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
2023-02-13 11:46:21 -08:00

13 lines
148 B
JSON

{
"shards": [
{
"count": 47,
"name": "example_shard1",
},
{
"count": 46,
"name": "example_shard2"
}
]
}