diff options
author | Yashwanth <gandhapu.yashwanth@wipro.com> | 2021-08-10 04:42:33 +0000 |
---|---|---|
committer | Yashwanth <gandhapu.yashwanth@wipro.com> | 2021-08-24 05:17:23 +0000 |
commit | d9b2a6fef81bf657eac6224dba75254db49c926b (patch) | |
tree | 5456a8ed5f29c2a77ffed72f907996b1a0e5998f /src/test | |
parent | 160ae68e618e1ecddc9a067a986b7c8c26ce457f (diff) |
Update FM message spec to VES 7.2
Issue-ID: DCAEGEN2-2884
Signed-off-by: Yashwanth <gandhapu.yashwanth@wipro.com>
Change-Id: I8f609af56604fae86b8a75aaadce14c78ba8ffb8
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/faultNotification.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/test/resources/faultNotification.json b/src/test/resources/faultNotification.json index 803302a..0df4974 100644 --- a/src/test/resources/faultNotification.json +++ b/src/test/resources/faultNotification.json @@ -2,7 +2,7 @@ "event":{ "commonEventHeader":{ "version":"4.0.1", - "vesEventListenerVersion":"7.0.1", + "vesEventListenerVersion":"7.2", "domain":"fault", "eventName":"Fault_RansimAgent-Wipro_RanPCIProblem", "eventId":"fault000001", @@ -22,13 +22,12 @@ "faultFieldsVersion":"4.0", "alarmCondition":"RanPciCollisionConfusionOccurred", "eventSourceType":"other", - "specificProblem":"Collision", + "specificProblem":"Chn0025", "eventSeverity":"CRITICAL", + "eventCategory": "PCICollision", "vfStatus":"Active", "alarmAdditionalInformation":{ - "networkId":"NTWK005", - "collisions":"2", - "confusions":"0" + "networkId":"NTWK005" } } } |