30568ee1af
https://developer.openstack.org/api-ref/block-storage/v3/index.html#manage-an-existing-snapshot Response fields and response example are missing in the "Manage an existing snapshot" api ref, this is to add them. Change-Id: I5a3f397e1a4d7e38d35b707f3c164ef7522aea95
18 lines
607 B
JSON
18 lines
607 B
JSON
{
|
|
"snapshot": {
|
|
"status": "creating",
|
|
"size": 1,
|
|
"metadata": {
|
|
"manage-snap-meta1": "value1",
|
|
"manage-snap-meta3": "value3",
|
|
"manage-snap-meta2": "value2"
|
|
},
|
|
"name": "tempest-SnapshotManageAdminTest-Managed-Snapshot-1317877679",
|
|
"volume_id": "1df34919-aba7-4a1b-a614-3b409d71ac03",
|
|
"created_at": "2018-09-26T03:45:03.893592",
|
|
"description": "tempest-SnapshotManageAdminTest-Managed-Snapshot-Description-49497381",
|
|
"id": "b6314a71-9d3d-439a-861d-b790def0d693",
|
|
"updated_at": null
|
|
}
|
|
}
|