OpenNebula / one

The open source Cloud & Edge Computing Platform bringing real freedom to your Enterprise Cloud 🚀
http://opennebula.io
Apache License 2.0
1.23k stars 478 forks source link

Add snapshot-list command to onevm CLI #6623

Open mkutouski opened 3 months ago

mkutouski commented 3 months ago

Description Add snapshot-list command to onevm CLI:

onevm snapshot-list <vmid>

Use case It would be handy to have a possibility to list VM snapshots e.g. before deleting one of them. There is a corresponding section 'SNAPSHOTS' in the onevm show <vmid> command but it's not always handy to scroll its output up when the VM e.g. has long history.

Interface Changes It seems no changes in the interfaces are required to implement that.

Progress Status