diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-20 15:25:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-20 15:25:22 +0000 |
commit | 4392680e1da068818787cef962585aa5e031da21 (patch) | |
tree | 8e635243359efd4f0007b2d56872b1bd3e1e5bab /docs/sections/apis/ves-hv/VesEvent.proto | |
parent | 290488ddc4acc0e216e5325ea3f445be8301d5d9 (diff) | |
parent | e284409662fd311bd78fa88b92a5ca8945481ac1 (diff) |
Merge "Restore proto schemas in docs"
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; |