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

16 lines
525 B
JSON

{
"backup": {
"id": "15b73866-f643-407d-9c53-377d9eb3e3fc",
"links": [
{
"href": "http://127.0.0.1:38593/v3/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/backups/15b73866-f643-407d-9c53-377d9eb3e3fc",
"rel": "self"
},
{
"href": "http://127.0.0.1:38593/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/backups/15b73866-f643-407d-9c53-377d9eb3e3fc",
"rel": "bookmark"
}
],
"name": "backup001"
}
}