Interface SnapshotService

    • Method Detail

      • restore

        SnapshotService.RestoreRequest restore()
        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.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.