From 7f278e30bef4a7a7cc7a4744d4bd3b3beb4ea5c1 Mon Sep 17 00:00:00 2001 From: Chengkai Yan Date: Tue, 6 Nov 2018 16:32:03 +0100 Subject: Update DFC documentation Change-Id: I95befc4a6b597f67672797d44561de41af9c480d Signed-off-by: Chengkai Yan Issue-ID: DCAEGEN2-876 --- docs/sections/apis/DFC.rst | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'docs/sections/apis') diff --git a/docs/sections/apis/DFC.rst b/docs/sections/apis/DFC.rst index 68326b5d..d7892a14 100644 --- a/docs/sections/apis/DFC.rst +++ b/docs/sections/apis/DFC.rst @@ -11,19 +11,9 @@ DFC (DataFile Collector) Overview ======== -DFC will orchestrate the collection of bulk PM data flow: - 1. Subscribes to fileReady DMaaP topic - 2. Collects the file from the xNF - 3. Sends new event to DataRouter with file. +Component description can be found under `DFC`_. -Introduction -============ - -DFC is delivered as one **Docker container** which hosts application server and can be started by `docker-compose`. - -Functionality -============= -.. image:: ../images/DFC.png +.. _DFC: ../../services/dfc/index.html Paths @@ -79,16 +69,6 @@ Whole project (top level of DFC directory) and each module (sub module directory Configuration file: Config/datafile_endpoints.json -Main API Endpoints -================== - -Running with dev-mode of DFC - - Heartbeat: **http://:8100/heartbeat** or **https://:8433/heartbeat** - - Start DFC: **http://:8100/start** or **https://:8433/start** - - Stop DFC: **http://:8100/stopDatafile** or **https://:8433/stopDatafile** - -The external port allocated for 8100 (http) is 30245. - Maven GroupId: ============== -- cgit 1.2.3-korg