Enabling or Disabling the TIBCO Flogo® Flow Tester for an Organization with the API

Use the API to enable or disable the Flow tester for apps that connect to on-premises systems for an organization.

Considerations for using the Flow Tester with apps that connect to on-premises systems:

To enable or disable the Flow Tester you need the following: 

Subscription Locator — The Subscription Locator of the Organization you want to access. To find Subscription Locators for your organizations use the GET ​/v1​/userinfo method to return a list of all of the organizations for your OAuth Token with their Subscription Locators. You can use 0 as the Subscription Locator for the organization that owns the OAuth token.

  1. Use the POST ​/v1​/subscriptions​/{subscriptionLocator}​/flogotester method to enable the Flow Tester for an organization. This is an asynchronous call.
  2. Include the subscriptionLocator of the organization where the Flow Tester is being enabled.
  3. Use the DELETE ​/v1​/subscriptions​/{subscriptionLocator}​/flogotester method to disable the Flow Tester for an organization. This is an asynchronous call.
  4. Include the subscriptionLocator of the organization where the Flow Tester is being enabled.
  5. Use the GET/v1/subscriptions/{subscriptionLocator}/flogotester method to request the status of the Flow Testerr for the selected organization.

Related Topics

Managing an Organization with the TIBCO Cloud™ Integration API

Viewing TIBCO Flogo® Flow Tester Status for an Organization with the API