5d40b9d934c1500620ccc42af1e819ca30fbee23
[integration/csit.git] / tests / dcaegen2 / testcases / assets / json_events / ves7_valid_eventWithStndDefinedFields.json
1 {
2   "event": {
3     "commonEventHeader": {
4       "domain": "stndDefined",
5       "eventId": "stndDefined-gNB_Nokia000001",
6       "eventName": "stndDefined-gNB-Nokia-PowerLost",
7       "stndDefinedNamespace": "3GPP-FaultSupervision",
8       "lastEpochMicrosec": 1234567890,
9       "priority": "Normal",
10       "reportingEntityName": "Nokia123456",
11       "sequence": 0,
12       "sourceName": "Nokia123456",
13       "startEpochMicrosec": 1234567890,
14       "version": "4.1",
15       "vesEventListenerVersion": "7.2"
16     },
17     "stndDefinedFields": {
18       "schemaReference": "https://www.3gpp.org/Rel-16/TS28532_generic_fault_supervision.json#definitions/schemas/notifyNewAlarm-NotifType",
19       "data": {
20         "header": {
21           "uri": "xyz",
22           "notificationId": "xyz",
23           "notificationType": "notifyNewAlarm",
24           "eventTime": "xyz",
25           "systemDN": "xyz"
26         },
27         "body": {
28           "probableCause": "xyz",
29           "perceivedSeverity": "Major",
30           "rootCauseIndicator": false,
31           "specificProblem": "xyz",
32           "correlatedNotifications": [],
33           "backedUpStatus": true,
34           "backUpObject": "xyz",
35           "trendIndication": "No change",
36           "thresholdInfo": {},
37           "stateChangeDefinition": [],
38           "monitoredAttributes": [],
39           "proposedRepairActions": "xyz",
40           "additionalText": "xyz",
41           "additionalInformation": [],
42           "alarmId": "xyz",
43           "alarmType": "Environmental Alarm"
44         }
45       },
46       "stndDefinedFieldsVersion": "1.0"
47     }
48   }
49 }