Update Application Package
DescriptionUpdates an appPackage, belonging to the org and location from the authentication context.You can create a new version of an existing Package by updating the existing Package. The existing Package becomes the base package or acts as a reference for the new version of the Package
Request
URLURL
Request Body
Request Body for updating Application Package Capture
{
"data": {
"appVersionId": "da891c6b-3ac6-491b-9c79-c58788819501",
"applicationId": "da891c6b-3ac6-491b-9c79-c58788819500",
"createdAt": "2022-07-11T07:44:49.619+00:00",
"id": "e7421121-d052-4fd9-861f-7ce57246134e",
"location": "US",
"orgId": "e7421121-d052-4fd9-861f-7ce57246134e",
"packageInfrastructure": {
"activeDirectoryId": "627937bfdc75be5d6f96a8bd",
"deliveryMode": "ONDEMAND",
"edgeDeploymentId": "63be5420e2f0db03a3fc1f52",
"imageId": "625fe51bfdac3b4a3b3effbb",
"imageReference": {
"streamId": "625fe51bfdac3b4a3b3effbb",
"versionId": "625fe51bfdac3b4a3b3effbc"
},
"packageDescription": "Notepadd++ packaged for windows",
"packageName": "Notepadd++ v19.2",
"packagerId": "22f6e662-f136-11ec-8ea0-0242ac120002",
"packagerName": "testuser1@avtest.azure.vmwav.net",
"providerInstanceId": "62cbc397a6d6c400cfb44765",
"vmSkuId": "Standard_A1_v2"
},
"updatedAt": "2022-07-11T07:44:49.619+00:00"
}
}
Schema Representation of request for updating Application Package Capture
Authentication
Response
Response BodyResponse Body
202 Accepted
{
"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"
}
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
Errors
Unauthorized
Forbidden
Not Found
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: packageUpdateDtoDataRequestDto