Implement second part of dynamic DMaaP config
[dcaegen2/collectors/ves.git] / src / test / resources / VES_invalid.txt
1 {
2 "event": {
3 "commonEventHeader": {
4 "sourceId": "owb-rdm-003",
5 "startEpochMicrosec": 1469528413000,
6 "eventId": "owb-rdm-003 1",
7 "reportingEntityId": "127.0.1.1",
8 "eventType": "fault_owb-rdm-003_lossOfSignal",
9 "priority": "High",
10 "version": 1.0,
11 "reportingEntityName": "agilevm",
12 "sequence": 0,
13 "domain": "fault",
14 "functionalRole": "rdm",
15 "lastEpochMicrosec": 1469528413000,
16 "test": "Dummy"
17 },
18 "faultFields": {
19 "eventSeverity": "CRITICAL",
20 "alarmCondition": "lossOfSignal",
21 "faultFieldsVersion": 1.0,
22 "specificProblem": "lossOfSignal",
23 "alarmInterfaceA": "1/0/0 E1",
24 "alarmAdditionalInformation": [
25 {
26 "name": "DIR",
27 "value": "tx"
28 },
29 {
30 "name": "LOC",
31 "value": "NEND"
32 },
33 {
34 "name": "TYPE",
35 "value": "communication"
36 },
37 {
38 "name": "CKTID",
39 "value": "circuit-1"
40 }
41 ],
42 "eventSourceType": "port",
43 "vfStatus": "Active"
44 }
45 }
46 }