Interface SnapshotService.RestoreResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    SnapshotService

    public static interface SnapshotService.RestoreResponse
    extends Response
    Restores a virtual machine snapshot. For example, to restore the snapshot with identifier `456` of virtual machine with identifier `123` send a request like this: [source] ---- POST /ovirt-engine/api/vms/123/snapshots/456/restore ---- With an empty `action` in the body: [source,xml] ---- ---- NOTE: Confirm that the commit operation is finished and the virtual machine is down before running the virtual machine.