aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/ves7_valid_ip_v6_with_zone_index.json
diff options
context:
space:
mode:
authorEdyta Krukowska <edyta.krukowska@nokia.com>2021-02-23 15:02:59 +0100
committerEdyta Krukowska <edyta.krukowska@nokia.com>2021-02-24 11:40:48 +0100
commit9c719934d618b5c989522d701f653aa31a85325c (patch)
treeb947db409d79613d9426bbe5ffe5bfafaaf1c725 /src/test/resources/ves7_valid_ip_v6_with_zone_index.json
parent4c67640edccbbd1820fb658370cad0f666a0e210 (diff)
Use updated CommonEventSchema in VES Collector1.8.0
Issue-ID: DCAEGEN2-2477 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I8c5fbbd17ebb3a5e1b96b5ac4f4ab3632fd2c484
Diffstat (limited to 'src/test/resources/ves7_valid_ip_v6_with_zone_index.json')
-rw-r--r--src/test/resources/ves7_valid_ip_v6_with_zone_index.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/test/resources/ves7_valid_ip_v6_with_zone_index.json b/src/test/resources/ves7_valid_ip_v6_with_zone_index.json
new file mode 100644
index 00000000..7b67d90f
--- /dev/null
+++ b/src/test/resources/ves7_valid_ip_v6_with_zone_index.json
@@ -0,0 +1,27 @@
+{
+ "event": {
+ "commonEventHeader": {
+ "version": "4.0.1",
+ "vesEventListenerVersion": "7.2.1",
+ "domain": "pnfRegistration",
+ "eventName": "pnfRegistration",
+ "eventId": "pnfRegistration",
+ "sequence": 1,
+ "priority": "High",
+ "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234",
+ "reportingEntityName": "ibcx0001vm002oam001",
+ "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014",
+ "sourceName": "scfx0001vm002cap001",
+ "nfVendorName": "Ericsson",
+ "nfNamingCode": "scfx",
+ "nfcNamingCode": "ssc",
+ "startEpochMicrosec": 1413378172000000,
+ "lastEpochMicrosec": 1413378172000000,
+ "timeZoneOffset": "UTC-05:30"
+ },
+ "pnfRegistrationFields": {
+ "pnfRegistrationFieldsVersion": "2.1",
+ "oamV6IpAddress": "fe80::1ff:fe23:4567:890a%eth2"
+ }
+ }
+}