|
| 1 | +{ |
| 2 | + "fault_example": { |
| 3 | + "event": { |
| 4 | + "commonEventHeader": { |
| 5 | + "version": "4.1", |
| 6 | + "domain": "fault", |
| 7 | + "eventName": "Fault_NFSim_LinkDown", |
| 8 | + "eventId": "fault-0001", |
| 9 | + "sequence": 0, |
| 10 | + "priority": "High", |
| 11 | + "reportingEntityName": "nf-sim", |
| 12 | + "sourceName": "nf-sim", |
| 13 | + "nfVendorName": "nephoran", |
| 14 | + "startEpochMicrosec": 1731000000000, |
| 15 | + "lastEpochMicrosec": 1731000000000, |
| 16 | + "timeZoneOffset": "+00:00" |
| 17 | + }, |
| 18 | + "faultFields": { |
| 19 | + "faultFieldsVersion": "4.0", |
| 20 | + "alarmCondition": "LINK_DOWN", |
| 21 | + "eventSeverity": "CRITICAL", |
| 22 | + "specificProblem": "eth0 loss of signal", |
| 23 | + "eventSourceType": "other", |
| 24 | + "vfStatus": "Active", |
| 25 | + "alarmInterfaceA": "eth0" |
| 26 | + } |
| 27 | + } |
| 28 | + }, |
| 29 | + "measurement_example": { |
| 30 | + "event": { |
| 31 | + "commonEventHeader": { |
| 32 | + "version": "4.1", |
| 33 | + "domain": "measurementsForVfScaling", |
| 34 | + "eventName": "Perf_NFSim_Metrics", |
| 35 | + "eventId": "perf-0001", |
| 36 | + "sequence": 0, |
| 37 | + "priority": "Normal", |
| 38 | + "reportingEntityName": "nf-sim", |
| 39 | + "sourceName": "nf-sim", |
| 40 | + "nfVendorName": "nephoran", |
| 41 | + "startEpochMicrosec": 1731000300000, |
| 42 | + "lastEpochMicrosec": 1731000360000, |
| 43 | + "timeZoneOffset": "+00:00" |
| 44 | + }, |
| 45 | + "measurementsForVfScalingFields": { |
| 46 | + "measurementsForVfScalingVersion": "1.1", |
| 47 | + "vNicUsageArray": [{ |
| 48 | + "vnfNetworkInterface": "eth0", |
| 49 | + "receivedOctetsDelta": 1200000, |
| 50 | + "transmittedOctetsDelta": 1800000 |
| 51 | + }], |
| 52 | + "additionalFields": { |
| 53 | + "kpm.p95_latency_ms": 85.3, |
| 54 | + "kpm.prb_utilization": 0.62, |
| 55 | + "kpm.ue_count": 37 |
| 56 | + } |
| 57 | + } |
| 58 | + } |
| 59 | + }, |
| 60 | + "heartbeat_example": { |
| 61 | + "event": { |
| 62 | + "commonEventHeader": { |
| 63 | + "version": "4.1", |
| 64 | + "domain": "heartbeat", |
| 65 | + "eventName": "Heartbeat_NFSim", |
| 66 | + "eventId": "hb-0001", |
| 67 | + "sequence": 10, |
| 68 | + "priority": "Low", |
| 69 | + "reportingEntityName": "nf-sim", |
| 70 | + "sourceName": "nf-sim", |
| 71 | + "nfVendorName": "nephoran", |
| 72 | + "startEpochMicrosec": 1731000600000, |
| 73 | + "lastEpochMicrosec": 1731000600000, |
| 74 | + "timeZoneOffset": "+00:00" |
| 75 | + }, |
| 76 | + "heartbeatFields": { |
| 77 | + "heartbeatFieldsVersion": "3.0", |
| 78 | + "heartbeatInterval": 30 |
| 79 | + } |
| 80 | + } |
| 81 | + } |
| 82 | +} |
0 commit comments