Interface VmWatchdogService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    VmWatchdogServiceImpl

    public interface VmWatchdogService
    extends Service
    A service managing a watchdog on virtual machines.
    • Method Detail

      • remove

        VmWatchdogService.RemoveRequest remove()
        Removes the watchdog from the virtual machine. For example, to remove a watchdog from a virtual machine, send a request like this: [source] ---- DELETE /ovirt-engine/api/vms/123/watchdogs/00000000-0000-0000-0000-000000000000 ----
      • update

        VmWatchdogService.UpdateRequest update()
        Updates the information about the watchdog. You can update the information using `action` and `model` elements. For example, to update a watchdog, send a request like this: [source] ---- PUT /ovirt-engine/api/vms/123/watchdogs reset ---- with response body: [source,xml] ---- reset i6300esb ----
      • service

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