From 8a09f077a777fff2df144f4cd26e8704ed15d353 Mon Sep 17 00:00:00 2001 From: s00370346 Date: Tue, 14 May 2019 22:13:57 +0530 Subject: Document update (.rst) for Restconf Issue-ID: DCAEGEN2-1502 Change-Id: I1da5819f45c44de3bc7e0ed12da327f6ce8dcb50 Signed-off-by: s00370346 --- docs/sections/services/restconf/index.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/sections/services/restconf/index.rst (limited to 'docs/sections/services/restconf/index.rst') 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 -- cgit 1.2.3-korg