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

Get All App Versions

Description

Gets all existing application versions, belonging to the specified org. If org is not provided, it will use the org from the authentication context.

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/av-appies/v1/app-versions
Copy

Query Parameters

Query Parameters

boolean
include_application Optional

If true, application details will be included in response

include_application example
true

string
page Optional

Page number to retrieve.


string
search Optional

Search Criteria. Please see model definition for list of searchable fields.

search example
"id $eq id-1"

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

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns AppVersionDtoPage of type */*
{
    "empty": false,
    "first": false,
    "last": false,
    "number": 4,
    "numberOfElements": 10,
    "size": 10,
    "totalElements": 100,
    "totalPages": 10
}
array of AppVersionDto
content Optional

Schema Representation for AppVersion. AppVersion is the particular version of software installed/captured in a given capture session. As part of the Cloud native capture only one AppVersion can be part of a Package. AppVersion was called in the past as “App Bundle” in the 3.x terminology. This is uniquely identified by a uuid which is generated during the capture session. With application package merge, it is possible to have the same AppVersion in multiple packages and also that single Package can have more than one AppVersion contained in it. Eg: “Microsoft Office 2013 sp1” can be the application version which can be captured under a virtual application named “Microsoft Office”, and this version can reside on a package “Microsoft_Office_2013_SP1_Clean.vhd”


boolean
empty Optional

Whether Empty


boolean
first Optional

Whether First Page


boolean
last Optional

Whether Last Page


integer as int32
number Optional

Current Page


integer as int32
numberOfElements Optional

Number of elements currently on this Page


pageable Optional

Schema for page


integer as int32
size Optional

Max size of the current Page


sort Optional

Schema for sort


integer as int64
totalElements Optional

Total Number of elements


integer as int32
totalPages Optional

Total Pages

Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/av-appies/v1/app-versions


Feedback

Was this page helpful?