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

You can set up hybrid connectivity between TIBCO Flogo® apps and on-premise or private cloud services through the TIBCO Cloud™ Integration - Hybrid Agent. For these apps that connect to on-premise systems, you can enable or disable the Flow tester service to test activities in the app using the TIBCO Cloud™ Integration user interface. See Flow Tester for additional information.

Use the API to check the status of the Flow Tester for a specific organization. You can also use this method to determine when an asynchronous call has completed, such as the POST /v1/subscriptions/{subscriptionLocator}/flogotester method.

Considerations for using the Flow Tester with on-premise apps:

To check the Flow tester status 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.

Use the GET/v1/subscriptions/{subscriptionLocator}/flogotester method to request the status of the Flow Tester for the selected organization.

Role Requirements

Admins, Users, and Read-only users can view the status of the TIBCO Flogo® Flow Tester service for their organization via the API.

Related Topics

Managing an Organization with the TIBCO Cloud™ Integration API

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