aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-services-son-handler/testcases/data/fault_notification.json
blob: 3d2b2c6e38c4793671c688f9baf8fd1832458c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
	"event": {
		"commonEventHeader": {
			"version": "4.0.1",
			"vesEventListenerVersion": "7.2",
			"domain": "fault",
			"eventName": "Fault_RansimAgent-Wipro_RanPCIProblem",
			"eventId": "fault000001",
			"sequence": 1,
			"priority": "High",
			"reportingEntityId": "de305d54-75b4-431b-adb2-eb6b9e546014",
			"reportingEntityName": "ncserver5",
			"sourceId": "cc305d54-75b4-431b-adb2-eb6b9e541234",
			"sourceName": "Chn0071",
			"startEpochMicrosec": 1451772223000000,
			"lastEpochMicrosec": 1451772403000000,
			"timeZoneOffset": "UTC-05:30",
			"nfNamingCode": "RansimAgent",
			"nfVendorName": "Wipro"
		},
		"faultFields": {
			"faultFieldsVersion": "4.0",
			"alarmCondition": "RanPciCollisionConfusionOccurred",
			"eventSourceType": "other",
			"eventCategory": "PCIConfusion",
			"specificProblem": "Chn0001",
			"eventSeverity": "CRITICAL",
			"vfStatus": "Active",
			"alarmAdditionalInformation": {
				"networkId": "ran-1",
				"collisions": "1",
				"confusions": "0"
			}
		}
	}
}