diff options
author | 2018-11-14 15:42:03 +0100 | |
---|---|---|
committer | 2018-11-20 08:35:43 +0100 | |
commit | e284409662fd311bd78fa88b92a5ca8945481ac1 (patch) | |
tree | 4c948b3593ecfd8d25ff936360b5213adf578ff3 /docs/sections/apis/ves-hv/VesEvent.proto | |
parent | 30ec3c14e37bdfdaaea69224a61561690f9f4d20 (diff) |
Restore proto schemas in docs
Change-Id: I1f95122cf8ddd510873bf0d7d3e77231c91a400d
Issue-ID: DCAEGEN2-972
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Diffstat (limited to 'docs/sections/apis/ves-hv/VesEvent.proto')
-rw-r--r-- | docs/sections/apis/ves-hv/VesEvent.proto | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/sections/apis/ves-hv/VesEvent.proto b/docs/sections/apis/ves-hv/VesEvent.proto index dbe0aa3f..2db6b64e 100644 --- a/docs/sections/apis/ves-hv/VesEvent.proto +++ b/docs/sections/apis/ves-hv/VesEvent.proto @@ -32,7 +32,6 @@ message VesEvent // top-level message, currently the } // VES CommonEventHeader adapted to GPB (Google Protocol Buffers) -// Aligned with VES 7.0.1 schema, and extending to Performance Domain. message CommonEventHeader { @@ -69,7 +68,7 @@ message CommonEventHeader bytes sourceId = 15; // "UUID identifying the entity experiencing the event issue; must be populated by the ATT enrichment process" string sourceName = 16; // required, "name of the entity experiencing the event issued use A&AI entry" string timeZoneOffset = 17; // "Offset to GMT to indicate local time zone for the device" - string vesEventListenerVersion = 18; // required, "Version of the VesEvent Listener", current value "7.0.2" + string vesEventListenerVersion = 18; // required, "Version of the VesEvent Listener", current value "7.2" reserved "InternalHeaderFields"; // "enrichment fields for internal VES Event Listener service use only, not supplied by event sources" reserved 100; |