Interface VmService.MaintenanceResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmService

    public static interface VmService.MaintenanceResponse
    extends Response
    Sets the global maintenance mode on the hosted engine virtual machine. This action has no effect on other virtual machines. Example: [source] ---- POST /ovirt-engine/api/vms/123/maintenance ---- [source,xml] ---- true ----