This website requires JavaScript.
Explore
Get Started
openstack
/
cinder
Code
Issues
Proposed changes
4cfc201b72
Branches
Tags
View all branches
cinder
/
api-ref
/
source
/
v3
/
samples
/
backup-update-request.json
10 lines
150 B
JSON
Raw
Normal View
History
Unescape
Escape
Api-ref: Add doc for update backup Cinder added updating backup support in V3.9. This patch added related api-ref. Change-Id: I537cb609240e3bcfa130a116e1912d1b660a21f8 Closes-bug: #1607388
2017-06-06 11:31:28 +08:00
{
[Api-ref] Add metatdata parameters to backup create/update Support metadata for backup resource was introduced in cinder [1] but it's not documented in the API docs anywhere, This change is to add them in the api docs. [1] https://review.openstack.org/#/c/471541/ Change-Id: I0b444b9c48f156786433b7f622bae5dd6f274c59 Closes-bug: #1709254
2017-08-08 15:12:03 +08:00
"backup"
:
{
"name"
:
"test"
,
"metadata"
:
{
"key"
:
"value"
}
,
"description"
:
"this is a backup"
}
}
Copy Permalink