v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437198164.5 KB

Returns details about a specific version of a specific application.

get/applications/{applicationId}/versions/{applicationVersion}

Path parameters

applicationIdstring required

The unique identifier of the application.

applicationVersioninteger required

The specific version of the application.

Response

Success

applicationVersioninteger required

The specific version of the application.

creationTimestring date-time required

The timestamp when the application version was created.

definitionContentstring required

The content of the application definition. This is a JSON object that contains the resource configuration and definitions that identify an application.

descriptionstring

The application description.

namestring required

The name of the application version.

status'Creating' | 'Available' | 'Failed' required

The status of the application version.

statusReasonstring

The reason for the reported status.