Zedeldi / vbox-api

Python bindings to the VirtualBox SOAP API.
https://www.virtualbox.org/sdkref/
MIT License
1 stars 0 forks source link

Add snapshot support #3

Closed Zedeldi closed 3 months ago

Zedeldi commented 4 months ago

Allow taking and restoring of snapshots for machines and mediums.

Zedeldi commented 4 months ago

take_snapshot and restore_snapshot are not implemented by the VirtualBox SOAP API. Add existing snapshot information of a machine to HTTP interface.

Zedeldi commented 4 months ago

Partially added in 13fe071542c8d9a7d51e0fc7580c07c8f9f020bd.

Zedeldi commented 3 months ago

Closing due to VirtualBox SOAP API limitations.