Downloading a TIBCO Flogo® App Executable Using the App ID with the API

Using the API you can build an app executable for an existing app and download it to be deployed and run outside the TIBCO Cloud™.

See the Executable Limitations page for additional information.

To download an app executable you need the following: 

  1. Use the POST ​/v1​/subscriptions​/{subscriptionLocator}​/apps​/{appId}​/flogo​/build method to build an app executable. See Building a TIBCO Flogo® App Executable from an Existing App with the API.
  2. Use the GET ​/v1​/subscriptions​/{subscriptionLocator}​/apps​/{appId}​/flogo​/build method to download the executable.
  3. When multiple executables are available for download, include the os query parameter to filter them based on the an operating system build option selected when the executable was built. Options include linux, darwin, or windows.
  4. When multiple executables are available for download, include the arch query parameter to filter them based on the system architecture option selected when the executable was built. Options include amd64 or 386.
  5. Include the compress parameter set to true to reduce the size of the executable. Default is false.
Note: Executables are removed from the TIBCO Cloud™ when they are downloaded or after 24 hours.

Role Requirements

Related Topics

Managing Apps with the TIBCO Cloud™ Integration API

Building a TIBCO Flogo® App Executable from an Existing App with the API