a636e76e0b663b393afa4da043d4b35fb48da4b7
[dcaegen2/collectors/ves.git] / src / test / resources / ves_stdnDefined_missing_namespace_invalid.json
1 {
2   "event": {
3     "commonEventHeader": {
4       "domain": "stndDefined",
5       "eventId": "stndDefined-gNB_Nokia000001",
6       "eventName": "stndDefined-gNB-Nokia-PowerLost",
7       "lastEpochMicrosec": 1234567890,
8       "priority": "Normal",
9       "reportingEntityName": "Nokia123456",
10       "sequence": 0,
11       "sourceName": "Nokia123456",
12       "startEpochMicrosec": 1234567890,
13       "version": "4.1",
14       "vesEventListenerVersion": "7.2"
15     },
16     "stndDefinedFields": {
17       "schemaReference": "https://forge.3gpp.org/rep/sa5/data-models/blob/REL-16/OpenAPI/faultMnS.yaml#components/schemas/NotifyNewAlarm",
18       "data": {
19         "href": 1,
20         "uri": "1",
21         "notificationId": 1,
22         "notificationType": "notifyNewAlarm",
23         "eventTime": "xyz",
24         "systemDN": "xyz",
25         "probableCause": 1,
26         "perceivedSeverity": "INDETERMINATE",
27         "rootCauseIndicator": false,
28         "specificProblem": "xyz",
29         "correlatedNotifications": [],
30         "backedUpStatus": true,
31         "backUpObject": "xyz",
32         "trendIndication": "MORE_SEVERE",
33         "thresholdInfo": {
34           "observedMeasurement": "new",
35           "observedValue": 123
36         },
37         "stateChangeDefinition": {
38         },
39         "monitoredAttributes": {
40           "newAtt": "new"
41         },
42         "proposedRepairActions": "xyz",
43         "additionalText": "xyz",
44         "additionalInformation": {
45           "addInfo": "new"
46         },
47         "alarmId": "1",
48         "alarmType": "COMMUNICATIONS_ALARM"
49       },
50       "stndDefinedFieldsVersion": "1.0"
51     }
52   }
53 }