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
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”
This represents the timestamp at which the object was created
Any Description for the application
This represents the unique Id of the Object
This represents the location
Name of the application
This represents the organization Id
Azure AD Object guid of the Owner
Possible values are: DELETE_FAILED , PENDING_DELETE
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"
}
Dependency Chain.
To identify where the loop occurs in your dependency chain, check below.
ApplicationDto
Automated code generation tools, may produce unexpected results because of this.
Property Of
AppVersionDto
ApplicationDtoPage
DataRequestDtoOfApplicationDto
Returned By
Create Application
Get Application
Update Application
Update Application Package
Create Application Package