+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


Export application environment resources (GET)

Retrieves a compressed binary resource for a specific version of an application environment for this runtime.


Description

The method supports range requests to deliver only a range of the bytes of the binary file. Clients can use this feature to resume a download after an interruption.


Roles

Users in the following roles are authorized to perform this operation:


Method

GET


Path

/management-apis/2.0/runtimes/runtime-name/export/applications/application-name/application-env/application-version


Example


Path Parameters


Query Parameters

Query parameters are optional.


Produces

application/octet-stream


Response

The compressed binary data, containing all or selected resources for a specific version of an application environment for this runtime.


Errors

400

403

404

416

500

Parent topic: REST API for the MobileFirst Server administration service