WebMksTicket
WebMksTicket
A WebMKS ticket allowing to open a virtual machine console either in VMRC or in HTML WebConsole. The created ticket is a one time use URL. The validity of the ticket is 30 minutes, if not used with in the time frame the ticket expires.
JSON Example
{
"host": "string",
"ticket": "string",
"webConsoleUrl": "string",
"vmrcUrl": "string"
}
string
host
Optional
The hostname that serves the WebMKS stream.
string
ticket
Optional
The WebMKS ticket.
string
webConsoleUrl
Optional
The URL to open a Web Console in an HTTP browser (composing above host and ticket values).
string
vmrcUrl
Optional
The URL to open the VMRC application (composing above host and ticket values).