Interface VmGraphicsConsoleService.TicketResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmGraphicsConsoleService

    public static interface VmGraphicsConsoleService.TicketResponse
    extends Response
    Generates a time-sensitive authentication token for accessing this virtual machine's console. [source] ---- POST /ovirt-engine/api/vms/123/graphicsconsoles/456/ticket ---- The client-provided action optionally includes a desired ticket value and/or an expiry time in seconds. In any case, the response specifies the actual ticket value and expiry used. [source,xml] ---- abcd12345 120 ----
    • Method Detail

      • ticket

        Ticket ticket()
        The generated ticket that can be used to access this console.