summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/mapper/flow.rst
diff options
context:
space:
mode:
authorPooja03 <pm00501616@techmahindra.com>2018-11-02 20:20:57 +0530
committerPooja03 <pm00501616@techmahindra.com>2018-11-02 20:20:57 +0530
commit91e472c8640d9d6364c311474b15e9c9a95a0e9f (patch)
tree87be09d0a3a028340e14defb4dbff2984477f28f /docs/sections/services/mapper/flow.rst
parentb54e37f7bb134b46f85fdaf5f7d161b6622ba0f1 (diff)
Adding Documentation of Mapper
Adding documentation of Mapper on readthedocs Change-Id: I80ec21296ec42ef21552a9e93839ca5209a27a58 Issue-ID: DCAEGEN2-936 Signed-off-by: Pooja03 <pm00501616@techmahindra.com>
Diffstat (limited to 'docs/sections/services/mapper/flow.rst')
-rw-r--r--docs/sections/services/mapper/flow.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/sections/services/mapper/flow.rst b/docs/sections/services/mapper/flow.rst
new file mode 100644
index 00000000..cff2485e
--- /dev/null
+++ b/docs/sections/services/mapper/flow.rst
@@ -0,0 +1,17 @@
+============
+Flow
+============
+.. [#] VNF submits SNMP traps to the SNMP trap collecto.
+.. [#] Collector converts the trap into JSON format and publishes it on DMaaP topic **ONAP-COLLECTOR-SNMPTRAP**
+.. [#] The Universal VES Adapter(UVA) microservice has subscribed to this DMaaP topic.
+.. [#] On receiving an event from DMaaP, the adapter uses the corresponding mapping file from repository and converts received event into the VES event. It uses the enterprise ID from the received event to find the required mapping file.
+.. [#] Those SNMP Traps for which no mapping file is identified, a default mapping file is used with generic mappings to create the VES object.
+.. [#] The VES formatted Event will be then published on DMaaP topic **unauthenticated.SEC_FAULT_OUTPUT**.
+
+
+.. image:: ./flow.png
+ :height: 100px
+ :width: 200 px
+ :scale: 50 %
+ :alt: alternate text
+ :align: left \ No newline at end of file