blob: 43845a0e540fffa75328756efce75da2ec2f531a [file] [log] [blame]
Chengkai Yan7f278e32018-11-06 16:32:03 +01001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4Administration
5==============
6DFC has a healthcheck functionality. The service can then be started and stopped through an API. One can also check the liveliness of the service.
7
8Main API Endpoints
9""""""""""""""""""
10Running with dev-mode of DFC
11 - Heartbeat: **http://<container_address>:8100/heartbeat** or **https://<container_address>:8433/heartbeat**
12 - Start DFC: **http://<container_address>:8100/start** or **https://<container_address>:8433/start**
13 - Stop DFC: **http://<container_address>:8100/stopDatafile** or **https://<container_address>:8433/stopDatafile**
14
15The external port allocated for 8100 (http) is 30245.