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

ApplicationDto

Schema Representation for Application. Application is the Virtual Application container which will be created by the administrator to store the diffrent application packages captured or imported to be stored under. This will act as a grouping for different versions of the same software, so that the administrator can mark one of the application versions using a marker and that can be used in an assignment. Eg: “Microsoft Office” will be created as an application which is the virtual application container which will contain “Microsoft Office 2013 sp1” as an application version under it, “Microsoft_Office_2013_SP1_Clean.vhd” can be the application package containing the particular application version


Properties

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

JSON Example

{
    "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"
}

Feedback

Was this page helpful?