summaryrefslogtreecommitdiff
path: root/nova/tests/integrated/api_samples/os-assisted-volume-snapshots/snapshot-create-assisted-req.json.tpl
blob: defa10203e536e7a854433d2f8c97decba0d321f (plain)
1
2
3
4
5
6
7
8
9
{
    "snapshot": {
        "volume_id": "%(volume_id)s",
        "create_info": {
            "snapshot_id": "%(snapshot_id)s",
            "type": "%(type)s",
            "new_file": "%(new_file)s"}
     }
}