+

Search Tips | Advanced Search

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


Transfer server-side artifacts by using the REST API

Whatever your role, we can export applications, adapters, and resources for back-up or reuse purposes by using the MobileFirst Server administration service. As an administrator or deployer, we can also deploy an export archive to a different server. No access to the application code is required, but the client app must be built for the target server.


Before you begin

The export API retrieves the selected artifacts for a runtime as a .zip archive. Use the deployment API to reuse archived content.

Important: Carefully consider your use case:


Procedure


Results

If you deploy an export archive to the same runtime, the application or version is not necessarily restored as it was exported. That is, the redeployment does not remove subsequent modifications. Rather, if some application resources are modified between export time and redeployment, only the resources that are included in the exported archive are redeployed in their original state. For example, if you export an application with no authenticity data, then you upload authenticity data, and then you import the initial archive, the authenticity data is not erased.

Parent topic: Transfer server-side artifacts to a test or production server