Check VES EventList
[oam.git] / solution / dev / ves-test-collector / client-scripts-ves-v7 / json / templates / thresholdCrossingAlert.json
1 {
2   "event": {
3     "commonEventHeader": {
4       "domain": "@domain@",
5       "eventId": "@eventId@",
6       "eventName": "@domain@_@eventType@_TCA_@alarm@",
7       "eventType": "@eventType@_TCA",
8       "sequence": 0,
9       "priority": "High",
10       "reportingEntityId": "",
11       "reportingEntityName": "@controllerName@",
12       "sourceId": "",
13       "sourceName": "@pnfId@",
14       "startEpochMicrosec": "@timestamp@",
15       "lastEpochMicrosec": "@timestamp@",
16       "nfNamingCode": "@type@",
17       "nfVendorName": "@vendor@",
18       "timeZoneOffset": "+00:00",
19       "version": "4.0.1",
20       "vesEventListenerVersion":"7.0.1"
21     },
22     "thresholdCrossingAlertFields": {
23       "thresholdCrossingFieldsVersion": "4.0",
24       "additionalParameters": [],
25       "alertAction": "@action@",
26       "alertDescription": "TCA",
27       "alertType":"INTERFACE-ANOMALY",
28       "alertValue":"@type@",
29       "associatedAlertIdList":[],
30       "collectionTimestamp": "@collectionTimestamp@",
31       "dataCollector":"",
32       "elementType": "@type@",
33       "eventSeverity":"@severity@",
34       "eventStartTimestamp":"@eventStartTimestamp@",
35       "interfaceName":"@interface@",
36       "networkService":"",
37       "possibleRootCause":"",
38       "additionalFields": {
39         "eventTime": "@eventTime@",
40         "equipType": "@type@",
41         "vendor":"@vendor@",
42         "model": "@model@"
43       }
44     }
45   }
46 }