diff options
author | deen1985 <damian.nowak@nokia.com> | 2020-11-16 15:20:04 +0100 |
---|---|---|
committer | Trevor Lovett <trevor.lovett@att.com> | 2020-11-19 16:23:22 +0000 |
commit | 08bfbb6cac655900d169babf886521080d50f463 (patch) | |
tree | ebf14d672e4d5211e15b7d279f83e4ca3a400f0f | |
parent | d1406d59efe349a65274f298bf9c77914ee55d10 (diff) |
[VES spec] publishEventBatch support for stndDefined
publishEventBatch enhanced to support stndDefined events.
All events in batch shall have teh same value of stndDefinedNamespace set.
Change-Id: Ie038c000217d23965742f59e2e33c6e228260202
Signed-off-by: deen1985 <damian.nowak@nokia.com>
Issue-ID: VNFRQTS-935
(cherry picked from commit 990427e6f7824fd25d9a8d77e43c7ba50b1d22d0)
-rw-r--r-- | docs/Chapter8/ves_7_2/ves_event_listener_7_2.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Chapter8/ves_7_2/ves_event_listener_7_2.rst b/docs/Chapter8/ves_7_2/ves_event_listener_7_2.rst index 3d52528..0d24183 100644 --- a/docs/Chapter8/ves_7_2/ves_event_listener_7_2.rst +++ b/docs/Chapter8/ves_7_2/ves_event_listener_7_2.rst @@ -3993,6 +3993,10 @@ Body Fields: | | | | the common event format. All | | | | | events must belong to a | | | | | single domain. | +| | | | In case of stndDefined domain | +| | | | all events must have the same | +| | | | stndDefinedNamespace value | +| | | | set. | +--------------+--------------+--------------+-------------------------------+ Output Parameters @@ -6158,6 +6162,7 @@ Contents. | | | - Added eventCommonHeader field stndDefinedNamespace | | | | - Updated SVC exceptions with SVC2004 and SVC2006 | | | | - Updated links to OMA | +| | | - Updated publishEventBatch to support stndDefined | +-----------+---------+-------------------------------------------------------+ .. _time_zone_abbreviations: https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations |