[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Get Launch Items
DescriptionGets all the entitlements which can be launched by the assigned user.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://cloud.vmwarehorizon.com/portal/v1/users/launchitems
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
array
of
LaunchItemsDTO
of type application/json
{
"app": {
"appName": "string",
"icons": [
{
"appId": "appId",
"height": 280,
"iconHash": "fdhfds-jhfkfhs",
"path": "https://<hdc>//test.png",
"width": 200
}
],
"registeredExtensions": {
"extensions": [
{
"friendlyName": "string",
"value": "string"
}
],
"otherFileType": [
{
"friendlyName": "string",
"type": "string",
"value": "string"
}
]
},
"type": "string"
},
"entitlementType": "DESKTOP",
"id": "ent-id-12345",
"name": "entitlement-123",
"originId": "string",
"preferredClientType": "BROWSER",
"protocols": [
{
"defaultProtocol": false,
"name": "BLAST"
}
],
"restartable": false,
"vm": {
"id": "string",
"templateId": "string",
"vmId": "string"
}
}
string
entitlementType
Required
Entitlement type
Possible values are: APPLICATION , DESKTOP , DESKTOP_APPLICATION
string
name
Required
Pool/AppDisplay/Entitlement name or dedicated vmId
string
id
Optional
Pool/Entitlement ID
string
originId
Optional
string
preferredClientType
Optional
Preferred Client type
Possible values are: BROWSER , HORIZON_CLIENT
boolean
restartable
Optional
Whether the launch item is restartable
Errors
404
Not Found
Code Samples
cURL Command
curl https://cloud.vmwarehorizon.com/portal/v1/users/launchitems
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Portal Operations
get
get
post
post
get
get
get
post
post