Copying an Extension with the API

Using the API you can copy TIBCO Flogo® extensions in the same organization or another organization.

To copy an extension you need the following: 

  1. Use the POST ​/v1​/subscriptions/{subscriptionLocator}/extensions/copy method to copy an existing extension into a different organization or the same organization.
  2. Provide the Subscription Locator of the target organization where you are copying the extension. If no Subscription Locator is provided, the request fails.
  3. 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.

When an extension is copied:

Role Requirements

Only Admins can copy extensions.

Related Topics

Managing Extensions with the TIBCO Cloud™ Integration API