Merge "Improve security release notes"
[dcaegen2.git] / docs / sections / services / restconf / index.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 ==================
5 RestConf Collector 
6 ==================
7
8 .. contents::
9     :depth: 3
10 ..
11
12 Overview
13 ========
14
15 Restconf collector is a microservice in ONAP DCAE. It subscribes to external controllers
16 and receives event data. After receiving event data it may modify it as per usecase's requirement and 
17 produce a DMaaP event. This DMaap event usually consumed by VES mapper.
18 Restconf Collector can subscribe multiple events from multiple controllers.
19
20 .. toctree::
21    :maxdepth: 1
22
23    ./installation
24    ./functionality
25    ./development_info