3a2d220f8a
- Follow up change to fix suggestions from earlier pull request i.e. https://review.opendev.org/c/openstack/manila/+/343980 . - Add API-ref docs - Rename column availability_zone to availability_zone_id in share_backups table. Implement: blueprint share-backup Closes-bug: #2031311 Change-Id: Ice01ab7892b1eb52b3202f2c79957977f73f3aca
17 lines
446 B
JSON
17 lines
446 B
JSON
{
|
|
"share_backups": [
|
|
{
|
|
"id": "1125c47a-0216-4ee0-a517-0460d63301a6",
|
|
"name": "backup3",
|
|
"share_id": "112dffd-f033-4248-a315-319ca2bd70c8",
|
|
"status": "available"
|
|
},
|
|
{
|
|
"id": "c1cdc0ce-4ddc-4018-9796-505d2e26fcc7",
|
|
"name": "backup1",
|
|
"share_id": "7b11dd53-546e-43cd-af0e-875434238c30",
|
|
"status": "creating"
|
|
}
|
|
]
|
|
}
|