5b9e9875df
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
10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"snapshot": {
|
|
"name": "snap-001",
|
|
"description": "Daily backup",
|
|
"volume_id": "5aa119a8-d25b-45a7-8d1b-88e127885635",
|
|
"force": true,
|
|
"metadata": null
|
|
}
|
|
}
|