Interface VmService.LogonRequest

  • All Superinterfaces:
    Request<VmService.LogonRequest,​VmService.LogonResponse>
    Enclosing interface:
    VmService

    public static interface VmService.LogonRequest
    extends Request<VmService.LogonRequest,​VmService.LogonResponse>
    Initiates the automatic user logon to access a virtual machine from an external console. This action requires the `ovirt-guest-agent-gdm-plugin` and the `ovirt-guest-agent-pam-module` packages to be installed and the `ovirt-guest-agent` service to be running on the virtual machine. Users require the appropriate user permissions for the virtual machine in order to access the virtual machine from an external console. For example: [source] ---- POST /ovirt-engine/api/vms/123/logon ---- Request body: [source,xml] ---- ----