Interface VmWatchdogsService

    • Method Detail

      • add

        VmWatchdogsService.AddRequest add()
        Adds new watchdog to the virtual machine. For example, to add a watchdog to a virtual machine, send a request like this: [source] ---- POST /ovirt-engine/api/vms/123/watchdogs poweroff i6300esb ---- with response body: [source,xml] ---- poweroff i6300esb ----
      • list

        VmWatchdogsService.ListRequest list()
        The list of watchdogs of the virtual machine. The order of the returned list of watchdogs isn't guaranteed.
      • watchdogService

        VmWatchdogService watchdogService​(String id)
        Returns a reference to the service that manages a specific watchdog.
      • service

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