nova/doc/api_samples/os-assisted-volume-snapshots/snapshot-create-assisted-req.json
Takashi NATSUME 31ad01f0f1 Fix wrong JSON format in API samples
Fix wrong JSON format in snapshot-create-assisted-req.json.

Change-Id: I0817171bd7bc67384d4c40854ce5dc2952b38cfa
Closes-Bug: #1600070
2016-07-08 10:15:29 +09:00

12 lines
318 B
JSON

{
"snapshot": {
"volume_id": "521752a6-acf6-4b2d-bc7a-119f9148cd8c",
"create_info": {
"snapshot_id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c",
"type": "qcow2",
"new_file": "new_file_name",
"id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c"
}
}
}