cinder/api-ref/source/v3/samples/volume-transfer-create-request.json
Matt Riedemann 04ce5179bb api-ref: document no_snapshots default for volume transfer API
This documents the default value (False) for the no_snapshots
parameter to the 3.55 volume transfer API and also fixes the
no_snapshots value in the API sample to use proper json.

Change-Id: I852a04c0b772de64fa82c9c1630dff8ba6454eeb
2018-09-12 14:32:16 -04:00

8 lines
152 B
JSON

{
"transfer": {
"volume_id": "c86b9af4-151d-4ead-b62c-5fb967af0e37",
"name": "first volume",
"no_snapshots": false,
}
}