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

ApplicationPackageDto

Schema Representation of request for creating Application Package Capture


Properties

string
applicationDescription Optional

Description for the application


string
applicationId Optional

Application Id under which package has to created.Either applicationName or applicationId has to be present.If both are present, applicationId will only be considered.If applicationId is present, packageInfrastructure can’t be empty


string
applicationName Optional

Name of the application to be packaged.Either applicationName or applicationId has to be present.


string
createdAt Optional

This represents the timestamp at which the object was created


string
id Optional

This represents the unique Id of the Object


string
location Optional

This represents the location


string
orgId Optional

This represents the organization Id


string
ownerId Optional

Azure AD Object guid of the Owner who is supposed to be the owner for this application


packageInfrastructure Optional

Schema for Edge details with respect to application package capture request.if this is empty, Only an empty application will be created


string
updatedAt Optional

This represents the latest timestamp at which the object was updated

JSON Example

{
    "applicationDescription": "Application for Notepad++",
    "applicationId": "3c48add3-6129-43c4-8e7b-26b192475dde",
    "applicationName": "Notepad++",
    "createdAt": "2022-07-11T07:44:49.619+00:00",
    "id": "e7421121-d052-4fd9-861f-7ce57246134e",
    "location": "US",
    "orgId": "e7421121-d052-4fd9-861f-7ce57246134e",
    "ownerId": "3c48add3-6129-43c4-8e7b-26b192475dde",
    "updatedAt": "2022-07-11T07:44:49.619+00:00"
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Property Of

DataRequestDtoOfApplicationPackageDto

Feedback

Was this page helpful?