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

Get Application

Description

Get an application by id, 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/applications/{applicationId}
Copy

Path Parameters

Path Parameters

string
applicationId Required

Application Id

applicationId example
"e7421121-d052-4fd9-861f-7ce57246134e"

Query Parameters

Query Parameters

boolean
include_complete Optional

If true, results will include details about app versions

include_complete example
true

string
org_id Optional

Organization ID: non-super users can only access their own organization

org_id example
"5c2409df-a307-4a04-b558-fb0693d42890"

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ApplicationDto of type */*
{
    "createdAt": "2022-07-11T07:44:49.619+00:00",
    "description": "This is MS Office application",
    "id": "e7421121-d052-4fd9-861f-7ce57246134e",
    "location": "US",
    "name": "MS Office",
    "orgId": "e7421121-d052-4fd9-861f-7ce57246134e",
    "updatedAt": "2022-07-11T07:44:49.619+00:00"
}
array of AppVersionDto
appVersions 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”


string
createdAt Optional

This represents the timestamp at which the object was created


string
description Optional

Any Description for the application


string
id Optional

This represents the unique Id of the Object


string
location Optional

This represents the location


string
name Optional

Name of the application


string
orgId Optional

This represents the organization Id


string
ownerId Optional

Azure AD Object guid of the Owner


string
status Optional

Possible values are: DELETE_FAILEDPENDING_DELETE


string
updatedAt Optional

This represents the latest timestamp at which the object was updated

Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not Found

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/av-appies/v1/applications/e7421121-d052-4fd9-861f-7ce57246134e


Feedback

Was this page helpful?