cinder/api-ref/source/v3/samples/backups/v3.45/backups-list-response.json
Toheeb 6172d2a9a0 Automate generation of backups api-ref samples
This patch adds the following tests:

1) List backup with details
2) Show backup
3) Update backup

Partially-Implements: blueprint generating-sample-files
Change-Id: I9bbfab93fb138932243d880e440c9524b5f08217
2023-07-13 14:25:52 +01:00

19 lines
610 B
JSON

{
"backups": [
{
"id": "0bc2fd0c-2727-440f-945e-97f653bf3cad",
"links": [
{
"href": "http://127.0.0.1:46279/v3/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/backups/0bc2fd0c-2727-440f-945e-97f653bf3cad",
"rel": "self"
},
{
"href": "http://127.0.0.1:46279/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/backups/0bc2fd0c-2727-440f-945e-97f653bf3cad",
"rel": "bookmark"
}
],
"name": "backup001"
}
],
"count": 1
}