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:
- Configure a Hybrid Agent without an access key. The agent does not have to be running. Note: A single TIBCO Cloud Integration - Hybrid Agent configured without a custom access key can be used for multiple services, such as the Execution History, Flow tester, or DB services. If a TIBCO Cloud Integration - Hybrid Agent is configured with your access key to establish hybrid connectivity to your on-premises resources, you must configure a separate agent for each service.
- Enable the Using on-premise services option on the Launch Configuration dialog in the TIBCO Cloud™ Integration user interface before running the Flow tester. See Configuring a Launch Configuration.
- Supported only for Flogo 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