Interface VmWatchdogsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmWatchdogsService

    public static interface VmWatchdogsService.AddResponse
    extends Response
    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 ----
    • Method Detail

      • watchdog

        Watchdog watchdog()
        The information about the watchdog. The request data must contain `model` element (such as `i6300esb`) and `action` element (one of `none`, `reset`, `poweroff`, `dump`, `pause`). The response data additionally contains references to the added watchdog and to the virtual machine.