cinder/api-ref/source/v3/samples/snapshot-create-request.json
junboli 5b9e9875df Add params for API v3 snapshot-create
In api-ref/source/v3/volumes-v3-snapshots.inc, the API for snapshot-create
is missing request params [metadata] and response params [updated_at], So
the patch is to add the missing param as well as the sample JSON files.

Change-Id: Id77525922e4b94613da35c4329c24f2fda8fda10
2017-07-06 07:06:52 +00:00

10 lines
204 B
JSON

{
"snapshot": {
"name": "snap-001",
"description": "Daily backup",
"volume_id": "5aa119a8-d25b-45a7-8d1b-88e127885635",
"force": true,
"metadata": null
}
}