Exporting a TIBCO Flogo® App with the API

With the API, you can export the JSON file for a app or the app JSON and manifest JSON together. If both files are selected, they are exported as a ZIP file. The artifact can be used to create apps in another organization.

Note: If you export a app that was pushed from the TIBCO Cloud™ Integration API or the TIBCO Cloud™ - Command Line Interface, TIBCO Cloud™ Integration does not generate a manifest file.

See Exporting an App in the TIBCO Flogo® Apps section of the help for additional details and limitations.

To export an app JSON file, you need the following: 

  1. Use the GET ​/v1​/subscriptions​/{subscriptionLocator}​/apps​/{appId}​/export method to export an app JSON file.
  2. Include the manifest parameter to include the manifest.json file in the download. Default is false. When set to true, the flogo.json file and the manifest.json file are downloaded together in a ZIP file.

Role Requirements

Related Topics

Managing Apps with the TIBCO Cloud™ Integration API