Interface VmPoolService.AllocateVmResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmPoolService

    public static interface VmPoolService.AllocateVmResponse
    extends Response
    This operation allocates a virtual machine in the virtual machine pool. [source] ---- POST /ovirt-engine/api/vmpools/123/allocatevm ---- The allocate virtual machine action does not take any action specific parameters, so the request body should contain an empty `action`: [source,xml] ---- ----