osc compute assisted-volume-snapshot create

Creates an assisted volume snapshot.

Normal response codes: 200

Error response codes: badRequest(400),unauthorized(401), forbidden(403)

Usage: osc compute assisted-volume-snapshot create --volume-id <VOLUME_ID> <--id <ID>|--new-file <NEW_FILE>|--snapshot-id <SNAPSHOT_ID>|--type <TYPE>>

Options:

  • --id <ID> — Its an arbitrary string that gets passed back to the user

  • --new-file <NEW_FILE> — The name of the qcow2 file that Block Storage creates, which becomes the active image for the VM

  • --snapshot-id <SNAPSHOT_ID> — The UUID for a snapshot

  • --type <TYPE> — The snapshot type. A valid value is qcow2

    Possible values: qcow2

  • --volume-id <VOLUME_ID> — The source volume ID