Administration

DFC has a healthcheck functionality. The service can then be started and stopped through an API. One can also check the liveliness of the service.

Main API Endpoints

Running with dev-mode of DFC
  • Heartbeat: http://<container_address>:8100/heartbeat or https://<container_address>:8433/heartbeat

  • Start DFC: http://<container_address>:8100/start or https://<container_address>:8433/start

  • Stop DFC: http://<container_address>:8100/stopDatafile or https://<container_address>:8433/stopDatafile

The external port allocated for 8100 (http) is 30245.