Healthcheck API

TIBCO Cloud Integration- Flogo (PAYG) runtime allows you to enable healthcheck for a Flogo app that is running.

To enable healthcheck for your running app, do the following:
  1. Set FLOGO_HTTP_SERVICE_PORT to enable runtime HTTP Service as follows:
    FLOGO_HTTP_SERVICE_PORT=<port> ./<app_name>
  2. Run the following command:
    curl http://localhost:<port>/ping
Note: Currently, healthcheck endpoint returns HTTP status 200 only when all triggers in the application are successfully started. Otherwise it returns HTTP status 500.
Related concepts
Related reference