[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
get Application Definition
DescriptionGet all application definitions.
Request
URLURL
https://cloud.vmwarehorizon.com/imagemgmt/v1/app-def
Query Parameters
Query Parameters
string
org_id
Optional
org_id
string
page
Optional
Page number to retrieve.
string
size
Optional
Size of each page.
array of
string
sort
Optional
Ascending/Descending. Format is property,{asc|desc} and default is ascending.
Parameter Serialization Style:
form Explode:true
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
PageApplicationDefinitionResponseTO
of type application/json
Successfully retrieved app definitions
{
"content": [
{
"appInventoryId": "string",
"createdAt": "string",
"icons": {
"key": {
"height": 0,
"iconHash": "string",
"icondata": "string",
"path": "string",
"width": 0
}
},
"id": "string",
"manualEntry": false,
"name": "string",
"orgId": "string",
"path": "string",
"publisher": "string",
"registeredExtensions": {
"extensions": [
{
"friendlyName": "string",
"value": "string"
}
],
"otherFileType": [
{
"friendlyName": "string",
"type": "string",
"value": "string"
}
]
},
"streamId": "string",
"updatedAt": "string",
"version": "string",
"versionId": "string"
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": false,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"unpaged": false
},
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
boolean
empty
Optional
boolean
first
Optional
boolean
last
Optional
integer as int32
number
Optional
integer as int32
numberOfElements
Optional
integer as int32
size
Optional
integer as int64
totalElements
Optional
integer as int32
totalPages
Optional
Errors
ErrorResponse
400
Bad request
ErrorResponse
401
Unauthorized
ErrorResponse
403
Forbidden
ErrorResponse
500
Failed to retrieve app definitions
Code Samples
cURL Command
curl https://cloud.vmwarehorizon.com/imagemgmt/v1/app-def
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen