aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/VESreporting_fault/sample_fault_events.txt
blob: 516d1013468734bb5b64848686120473be938de4 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
    "event": {
        "commonEventHeader": {
            "domain": "fault",
            "eventId": "fault000000001",
            "eventName": "Fault_vFirewall-AT&T_linkDownError",
            "eventType": "applicationVnf",
            "lastEpochMicrosec": 1548491713599115,
            "nfNamingCode": "AFX",
            "nfcNamingCode": "AFX",
            "priority": "Low",
            "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234",
            "reportingEntityName": "ibcx0001vm002oam001",
            "sequence": 1,
            "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014",
            "sourceName": "scfx0001vm002cap001",
            "startEpochMicrosec": 1548491713599115,
            "version": 3.0
        },
        "faultFields": {
            "alarmCondition": "link down trap_alarm",
            "alarmInterfaceA": "docker0",
            "eventCategory": "link",
            "eventSeverity": "MAJOR",
            "eventSourceType": "router",
            "faultFieldsVersion": 2.0,
            "specificProblem": "physical or logical connection to a remote router is down",
            "vfStatus": "Idle"
        }
    }
}
===================================

{
    "event": {
        "commonEventHeader": {
            "domain": "fault",
            "eventId": "fault000000001",
            "eventName": "Fault_vFirewall-AT&T_serviceDownError",
            "eventType": "applicationVnf",
            "lastEpochMicrosec": 1548491702433326,
            "nfNamingCode": "AFX",
            "nfcNamingCode": "AFX",
            "priority": "Low",
            "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234",
            "reportingEntityName": "ibcx0001vm002oam001",
            "sequence": 1,
            "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014",
            "sourceName": "scfx0001vm002cap001",
            "startEpochMicrosec": 1548491702433326,
            "version": 3.0
        },
        "faultFields": {
            "alarmCondition": "service down trap_alarm",
            "alarmInterfaceA": "afx@input.service",
            "eventCategory": "other",
            "eventSeverity": "MAJOR",
            "eventSourceType": "virtualMachine",
            "faultFieldsVersion": 2.0,
            "specificProblem": "service is down",
            "vfStatus": "Idle"
        }
    }
}

==========================
{
    "event": {
        "commonEventHeader": {
            "domain": "fault",
            "eventId": "fault000000001",
            "eventName": "Fault_vFirewall-AT&T_linkDownError",
            "eventType": "applicationVnf",
            "lastEpochMicrosec": 1548491569186353,
            "nfNamingCode": "AFX",
            "nfcNamingCode": "AFX",
            "priority": "Low",
            "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234",
            "reportingEntityName": "ibcx0001vm002oam001",
            "sequence": 0,
            "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014",
            "sourceName": "scfx0001vm002cap001",
            "startEpochMicrosec": 1548491548714540,
            "version": 3.0
        },
        "faultFields": {
            "alarmCondition": "link up trap_alarm",
            "alarmInterfaceA": "lo",
            "eventCategory": "link",
            "eventSeverity": "NORMAL",
            "eventSourceType": "router",
            "faultFieldsVersion": 2.0,
            "specificProblem": "physical or logical connection to a remote router is up",
            "vfStatus": "Idle"
        }
    }
}