diff options
author | Vijay VK <vv770d@att.com> | 2018-11-02 05:07:27 +0100 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2018-11-02 00:08:41 -0400 |
commit | f6659fc784a6e088fd2eac79efe40e48991014f7 (patch) | |
tree | 999a0b6716f9224758fc61e8cee8d62fdc5b2936 /docs/sections/services/ves-http/architecture.rst | |
parent | 0854090a69fa3016c33c33beedae7a032fbaf029 (diff) |
dcae doc updates
Change-Id: Ia63b7669d55c929d729663418747ab7e52ae89d4
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-772
Diffstat (limited to 'docs/sections/services/ves-http/architecture.rst')
-rw-r--r-- | docs/sections/services/ves-http/architecture.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/sections/services/ves-http/architecture.rst b/docs/sections/services/ves-http/architecture.rst index d7815d36..5994255b 100644 --- a/docs/sections/services/ves-http/architecture.rst +++ b/docs/sections/services/ves-http/architecture.rst @@ -17,14 +17,14 @@ VES Schema Validation VES Collector is configured to support below VES Version; the corresponding API uses VES schema definition for event validation. -============== ========================== ================================= -VES Version API version Schema Definition -============== ========================== ================================= -VES 1.2 eventListener/v1 CommonEventFormat_Vendors_v25.json -VES 4.1 eventListener/v4 CommonEventFormat_27.2.json -VES 5.4 eventListener/v5 CommonEventFormat_28.4.1.json -VES 7.0 eventListener/v7 CommonEventFormat_30.0.1.json -============== ========================== ================================== +=========== ================ ================================== +VES Version API version Schema Definition +=========== ================ ================================== +VES 1.2 eventListener/v1 CommonEventFormat_Vendors_v25.json +VES 4.1 eventListener/v4 CommonEventFormat_27.2.json +VES 5.4 eventListener/v5 CommonEventFormat_28.4.1.json +VES 7.0 eventListener/v7 CommonEventFormat_30.0.1.json +=========== ================ ================================== Schema definition files are contained within VES collector gerrit repo - https://git.onap.org/dcaegen2/collectors/ves/tree/etc |