[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
DesktopSpecReq
Properties
string
appName
Optional
App Name to launch
string
clientId
Optional
Client ID
string
entitlementId
Optional
Entitlement ID
boolean
nativeClient
Optional
Launch client - HTML or native client
string
poolId
Optional
Pool ID
string
sessionId
Optional
ID of the session to resume
string
templateId
Optional
Template ID
string
vmId
Optional
VM ID
JSON Example
{
"appName": "Notepad",
"clientId": "clientid",
"entitlementId": "ent-id-12345",
"nativeClient": false,
"poolId": "pool-id-12345",
"protocol": {
"defaultProtocol": false,
"name": "BLAST"
},
"sessionId": "abcd",
"templateId": "6012393dfdfdf8",
"vmId": "ded1000"
}