summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/dfc/architecture.rst
diff options
context:
space:
mode:
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2020-12-18 09:06:45 +0100
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-01-04 20:15:20 +0100
commit93a98ef296b83f9e09626195b90a6bda0c9c1fdb (patch)
treebac9c36b0b9b0aff73d5166659de7ce2f1763145 /docs/sections/services/dfc/architecture.rst
parent3ac5dad6e98d5051febff72cc0fbcd5bd229e6fb (diff)
Add HTTP as new protocol to collect files from xNFs
- documentation Issue-ID: DCAEGEN2-2527 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I2b77b9eb6e2745fa44f9d3f88de9be56f4bc80ac
Diffstat (limited to 'docs/sections/services/dfc/architecture.rst')
-rw-r--r--docs/sections/services/dfc/architecture.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sections/services/dfc/architecture.rst b/docs/sections/services/dfc/architecture.rst
index 872a52b4..cbd1876d 100644
--- a/docs/sections/services/dfc/architecture.rst
+++ b/docs/sections/services/dfc/architecture.rst
@@ -30,7 +30,7 @@ Interaction
"""""""""""
DFC will interact with the DMaaP Message Router, using json, and with the Data Router, using metadata in the header and
file in the body, via secured protocol.
-So far, the implemented protocols to communicate with xNFs are sftp and ftpes.
+So far, the implemented protocols to communicate with xNFs are http (with basic authentication), sftp and ftpes.
Retry mechanism
"""""""""""""""