Viewing App Endpoints

You can view the endpoint information for Flogo apps on the Endpoints tab of the Application Details page.

To view the app monitoring information, perform the following steps:

    Procedure
  1. In TIBCO Control Plane, click Data Planes from the left navigation.

  2. On the Data Plane card of your choice, click Go to Data Plane.

  3. In the Applications section, click a running Flogo app from the listed apps.

  4. Click the Endpoints tab. The following controls for each endpoint are available.

  5. Item Description
    Service Name Name of the service.
    Description Description of the service.
    Service PathPrefix The path prefix is used for routing incoming HTTP requests the Service Port over ingress for public endpoints. This is available for public endpoints only.
    Service Port The service port is used to specify the port number on the service to which the Ingress should route traffic. Service port is available for public endpoints only.
    Action

    Contains actionable items in the form of buttons like Test, Public URL, Internal URL.

    Public URL

    This is located under the Action sub-section. Clicking the button copies the app endpoint URL to the clipboard. The public URL is available for public endpoints only.

    Internal URL

    This is located under the Action sub-section. Clicking the button copies the app endpoint URL to the clipboard.

    Note: When you deploy a Flogo app, only the Internal URL is exposed by default.
    Test This is located under the Action sub-section. Displays the contents of the endpoint in Swagger. This is only available for public endpoints, apps with REST endpoints, and when the app is in Running state.

Overflow Menu Items

The overflow menu is visible next to Test only when the app is in a Running state. The below options can be accessed by clicking the overflow menu.

Item Description
Download Spec Clicking the button downloads the API specification file of the app.
Copy Spec URL Clicking the button copies a link where you can view the content of the API specification file of the app.