Interface HostService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    HostService

    public static interface HostService.UpdateResponse
    extends Response
    Update the host properties. For example, to update a the kernel command line of a host send a request like this: [source] ---- PUT /ovirt-engine/api/hosts/123 ---- With request body like this: [source, xml] ---- vfio_iommu_type1.allow_unsafe_interrupts=1 ----
    • Method Detail