[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Get Launch Items

Description

Gets all the entitlements which can be launched by the assigned user.

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/portal/v1/users/launchitems
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns array of LaunchItemsDTO of type application/json
{
    "entitlementType": "DESKTOP",
    "id": "ent-id-12345",
    "name": "entitlement-123"
}
array of Protocol
protocols Required

List of supported desktop protocols


string
entitlementType Required

Entitlement type

Possible values are: APPLICATIONDESKTOPDESKTOP_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: BROWSERHORIZON_CLIENT


app Optional

boolean
restartable Optional

Whether the launch item is restartable


vm Optional
Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/portal/v1/users/launchitems


[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Feedback

Was this page helpful?