Adobe Air Application Binary (GET)
Retrieves the Adobe Air binary of a specific app version.
Description
It supports range requests to deliver only a range of the bytes of the app version. Clients can use this feature to resume a download after interruption.
Roles
Users in the following roles are authorized to perform this operation:
- worklightadmin
- worklightdeployer
- worklightmonitor
- worklightoperator
Method
GET
Path
/otu/1.0/one-time-url-hash/runtimes/runtime-name/downloads/air/application-name/application-version
Example
https://www.example.com/worklightadmin/otu/1.0/ffabc301/runtimes/myruntime/downloads/air/myapplication/1.0?locale=de_DE
Path Parameters
- runtime-name
- The name of the runtime. This is the context root of the runtime web application, without the leading slash.
- application-name
- The name of the application.
- application-version
- The application version number.
- one-time-url-hash
- The one-time-url hash code.
Query Parameters
Query parameters are optional.
- locale
- The locale used for error messages.
Produces
application/octet-stream
Response
The binary data of the specified app version.
Errors
400The request is invalid.
403 The user is not authorized to call this service.
404 The corresponding runtime or the app version is not found.
416 The requested range of bytes is not satisfiable.
500 An internal error occurred.