Merge "Adding docs for TLS mutual authentication in VES."
[dcaegen2.git] / docs / sections / services / ves-http / 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 VNF Event Streaming (VES) Collector
6 ===================================
7
8 .. Add or remove sections below as appropriate for the platform component.
9
10 **Virtual Event Streaming** (VES) Collector (formerly known as Standard Event Collector/Common Event Collector) is RESTful collector for processing JSON messages into DCAE. The collector supports individual events or eventbatch posted to collector end-point(s) and post them to interface/bus for other application to subscribe.
11 The collector verifies the source (when authentication is enabled) and validates the events against VES schema before distributing to DMAAP MR topics for downstream system to subscribe. The VESCollector also supports configurable event transformation function and event distribution to DMAAP MR topics.
12
13
14
15 VES Collector (HTTP) overview and functions
16 -------------------------------------------
17
18
19 .. toctree::
20   :maxdepth: 1
21
22   ./architecture.rst
23   ./configuration.rst
24   ./delivery.rst
25   ./installation.rst
26   ./tls-authentication.rst
27
28 API reference
29 ^^^^^^^^^^^^^
30
31 Refer to :doc:`VES APIs <../../apis/ves>` for detailed api information.