summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/restconf/index.rst
diff options
context:
space:
mode:
authors00370346 <swarup.nayak1@huawei.com>2019-05-14 22:13:57 +0530
committers00370346 <swarup.nayak1@huawei.com>2019-05-14 22:14:08 +0530
commit8a09f077a777fff2df144f4cd26e8704ed15d353 (patch)
treeb3460b1d50bdc158817de70b31d2edb6adb306a8 /docs/sections/services/restconf/index.rst
parent32b6e8c55d9495743fe47897cb6654f6be602416 (diff)
Document update (.rst) for Restconf
Issue-ID: DCAEGEN2-1502 Change-Id: I1da5819f45c44de3bc7e0ed12da327f6ce8dcb50 Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
Diffstat (limited to 'docs/sections/services/restconf/index.rst')
-rw-r--r--docs/sections/services/restconf/index.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/sections/services/restconf/index.rst b/docs/sections/services/restconf/index.rst
new file mode 100644
index 00000000..ec98c959
--- /dev/null
+++ b/docs/sections/services/restconf/index.rst
@@ -0,0 +1,25 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+=====================================
+RestConfCollector
+=====================================
+
+.. contents::
+ :depth: 3
+..
+
+Overview
+========
+
+Restconf collector is a microservice in ONAP DCAE. It subscribes to external controllers
+and receives event data. After receiving event data it may modify it as per usecase's requirement and
+produce a DMaaP event. This DMaap event usually consumed by VES mapper.
+Restconf Collector can subscribe multiple events from multiple controllers.
+
+.. toctree::
+ :maxdepth: 1
+
+ ./installation
+ ./functionality
+ ./development_info