Interface VmWatchdogService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmWatchdogService

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

      • watchdog

        Watchdog watchdog()
        The information about the watchdog. The request data must contain at least one of `model` and `action` elements. The response data contains complete information about the updated watchdog.