Assisted Snapshot
1. create_assisted_snapshot(**attrs)
create assisted volume snapshots.
Parameters: attrs(Dict)
| Name | Type | Description |
|---|---|---|
| volume_id | string | The source volume ID. |
| create_info | object | Information for snapshot creation. |
| create_info.snapshot_id | string | The UUID for a snapshot. |
| create_info.type | string | The snapshot type. A valid value is qcow2. |
| create_info.new_file | string | The name of the qcow2 file that Block Storage creates, which becomes the active image for the VM. |
| create_info.id (Optional) | string | Its an arbitrary string that gets passed back to the user. |
Return value: AssistedVolumeSnapshot Object
2. delete_assisted_snapshot(snapshot)
delete assisted volume snapshot.
Parameters: snapshot(String): id or Object
Return value: None on success