Interface VmBackupsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    VmBackupsServiceImpl

    public interface VmBackupsService
    extends Service
    Lists the backups of a virtual machine.
    • Method Detail

      • add

        VmBackupsService.AddRequest add()
        Adds a new backup entity to a virtual machine. For example, to start a new incremental backup of a virtual machine since checkpoint id `previous-checkpoint-uuid`, send a request like this: [source] ---- POST /ovirt-engine/api/vms/123/backups ---- With a request body like this: [source,xml] ---- previous-checkpoint-uuid ... ---- The response body: [source,xml] ---- previous-checkpoint-uuid new-checkpoint-uuid ... ... initializing ----
      • backupService

        VmBackupService backupService​(String id)
        Returns a reference to the service that manages a specific VM backup.
      • service

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