Uploading an Extension with the API

Using the API you can upload a TIBCO Flogo® extension to the same organization. See Using Extensions for detailed information and important considerations for uploading extensions.

To upload an extension you need the following: 

Note: Include a path to the directory containing the zip file.
  1. Use the POST ​/v1​/subscriptions/{subscriptionLocator}/extensions/upload method to upload an extension.
  2. Set the override parameter to determine whether or not to overwrite an extension with the same name and app type. If set to false, the existing extension is not overwritten. If set to true, the existing extension is deleted and then the new extension is copied to the selected organization. Default is true.
  3. Include the scope parameter, to select ownership of the uploaded extension, either user or organization level.
  4. Include the extensionZip parameter with the name of the extension zip file to be uploaded.
  5. Use the GET /v1/subscriptions/{subscriptionLocator}/extensions method to view the extension after it is uploaded.

Role Requirements

Related Topics

Managing Extensions with the TIBCO Cloud™ Integration API