e19efd4a09
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
18 lines
540 B
JSON
18 lines
540 B
JSON
{
|
|
"backup": {
|
|
"id": "deac8b8c-35c9-4c71-acaa-889c2d5d5c8e",
|
|
"links": [
|
|
{
|
|
"href": "http://localhost:8776/v3/c95fc3e4afe248a49a28828f286a7b38/backups/deac8b8c-35c9-4c71-acaa-889c2d5d5c8e",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://localhost:8776/c95fc3e4afe248a49a28828f286a7b38/backups/deac8b8c-35c9-4c71-acaa-889c2d5d5c8e",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "backup001",
|
|
"metadata": {}
|
|
}
|
|
}
|