Update Documentation
[oam.git] / solution / dev / ves-test-collector / client-scripts-ves-v7 / json / templates / notification.json
1 {
2     "event": {
3         "commonEventHeader": {
4             "domain": "@domain@",
5             "eventId": "@eventId@",
6             "eventName": "@domain@_@eventType@",
7             "eventType": "@eventType@",
8             "sequence": 0,
9             "priority": "Low",
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.1",
20             "vesEventListenerVersion": "7.2.1"
21         },
22         "notificationFields": {
23             "additionalFields": {
24                 "eventTime": "@eventTime@"
25             },
26             "changeContact": "@controllerName@",
27             "changeIdentifier": "@pnfId@",
28             "changeType": "informal",
29             "newState": "all-good",
30             "oldState": "not-too-bad",
31             "notificationFieldsVersion": "2.0",
32             "stateInterface": "@interface@"
33         }
34     }
35 }