cinder/api-ref/source/v3/samples/backups-list-response.json
zhufl 43490897c6 api-ref: fix response example of list-backups
https://developer.openstack.org/api-ref/block-storage/v3/index.html?expanded=list-backups-for-project-detail#list-backups-for-project

The response example of "List backups for project" is not correct,
which seems to be that of "List backups with detail".

Change-Id: I02e3ea8cd5965722d38ef6be6ee6c929fe1ae4a2
2018-11-07 09:28:08 +00:00

16 lines
545 B
JSON

{
"backups": [
{
"id": "5e7a312e-af39-4fc0-8633-b8c2cdabb67d",
"links": [{
"href": "https://158.69.65.111/volume/v3/ca730406ba3c40b0870e0bd431271736/backups/5e7a312e-af39-4fc0-8633-b8c2cdabb67d",
"rel": "self"
}, {
"href": "https://158.69.65.111/volume/ca730406ba3c40b0870e0bd431271736/backups/5e7a312e-af39-4fc0-8633-b8c2cdabb67d",
"rel": "bookmark"
}],
"name": "tempest-VolumesBackupsAdminTest-Backup-1385312480"
}
],
"count": 1
}