aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/pmNotification.json
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2019-04-05 18:13:32 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2019-04-05 18:13:32 +0530
commit80b0c61808d0958ef7d38a772a206f2c17dfd2a5 (patch)
tree7e261770b7f974cdc50b5634138714beb311aaaa /src/test/resources/pmNotification.json
parentab400d51a639a01f31a60ac9d1e127d4d4d28b24 (diff)
Implement Enhancements to the Microservice
Change-Id: Ie3b11fe14f1794fdd6880c40bc382eccbef34aa2 Issue-ID: DCAEGEN2-1109 Signed-off-by: krishna moorthy <krishna.moorthy6@wipro.com>
Diffstat (limited to 'src/test/resources/pmNotification.json')
-rw-r--r--src/test/resources/pmNotification.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/src/test/resources/pmNotification.json b/src/test/resources/pmNotification.json
new file mode 100644
index 0000000..a956ae4
--- /dev/null
+++ b/src/test/resources/pmNotification.json
@@ -0,0 +1,56 @@
+
+ {
+ "event":{
+ "commonEventHeader":{
+ "version":"4.0",
+ "domain":"measurement",
+ "eventName":"Measurement_RansimAgent-Wipro_HandoffMetric",
+ "eventId":"measurement000001",
+ "sequence":0,
+ "priority":"Normal",
+ "reportingEntityId":"cc305d54-75b4-431b-adb2-eb6b9e541234",
+ "reportingEntityName":"ncserver1",
+ "sourceId":"de305d54-75b4-431b-adb2-eb6b9e546456",
+ "sourceName":"Chn0001",
+ "startEpochMicrosec":1551772223000000,
+ "lastEpochMicrosec":1551790542000000,
+ "nfNamingCode":"RansimAgent",
+ "nfVendorName":"Wipro",
+ "vesEventListenerVersion":"7.0.1",
+ "timeZoneOffset":"UTC-05:30"
+ },
+ "measurement":{
+ "measurementInterval":180,
+ "additionalMeasurements":[
+ {
+ "arrayOfNamedHashMap":[
+ {
+ "networkId":"plmnid1"
+ },
+ {
+ "InterEnbOutAtt_X2HO":"200"
+ },
+ {
+ "InterEnbOutSucc_X2HO":"190"
+ }
+ ],
+ "name":"Chn0014"
+ },
+ {
+ "arrayOfNamedHashMap":[
+ {
+ "networkId":"plmnid1"
+ },
+ {
+ "InterEnbOutAtt_X2HO":"300"
+ },
+ {
+ "InterEnbOutSucc_X2HO":"210"
+ }
+ ],
+ "name":"Chn0013"
+ }
+ ]
+ }
+ }
+ }