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.

    Note: When the endpoint visibility is set to Public, the Ingress Class Name, Ingress Controller, and FQDN details are displayed in the Endpoints tab. If the visibility is set to Private, these fields are not displayed.
  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.
    Visibility Displays whether the application's endpoint visibility is set to Private or Public. By default, all endpoints are set to Private.
    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, such as Download Spec, Public URL, and Internal URL, available in the kebab menu, and Test button.
    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.
    Download Spec Click to download the application's API specification file.
    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.