Package org.ovirt.engine.sdk4.services
Interface VmService.TicketResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- VmService
public static interface VmService.TicketResponse extends Response
Generates a time-sensitive authentication token for accessing a virtual machine's display. For example: [source] ---- POST /ovirt-engine/api/vms/123/ticket ---- The client-provided action optionally includes a desired ticket value and/or an expiry time in seconds. The response specifies the actual ticket value and expiry used. [source,xml] ----abcd12345 120 >, which manages the graphics consoles of the virtual machine, by sending a request: [source] ---- POST /ovirt-engine/api/vms/123/graphicsconsoles/456/ticket ---- ====
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ticket
ticket()
-
-
-
Method Detail
-
ticket
Ticket ticket()
-
-