cinder/api-ref/source/v3/samples/backups/v3.43/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

18 lines
594 B
JSON

{
"backups": [
{
"id": "6fea7c87-7c93-4670-b74d-97319d71f95a",
"links": [
{
"href": "http://127.0.0.1:46541/v3/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/backups/6fea7c87-7c93-4670-b74d-97319d71f95a",
"rel": "self"
},
{
"href": "http://127.0.0.1:46541/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/backups/6fea7c87-7c93-4670-b74d-97319d71f95a",
"rel": "bookmark"
}
],
"name": "backup001"
}
]
}