cinder/api-ref/source/v3/samples/snapshot-manage-response.json
zhufl 30568ee1af api-ref: Add response fields and response example for snapshot manage
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
2018-10-10 12:23:01 +08:00

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
}
}