Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / p2p-call-ves.json
1 {
2   "event": {
3     "commonEventHeader": {
4       "version": "4.0.1",
5       "vesEventListenerVersion": "7.0.1",
6       "domain": "notification",
7       "eventName": "ccvpnNotification_CloudLeaseLine_BandwidthChanged",
8       "eventId": ${eventIdUuid},
9       "lastEpochMicrosec": 8745745764578,
10       "priority": "Normal",
11       "reportingEntityName": "onap-sdnc",
12       "sequence": 0,
13       "sourceName": "onap-sdnc",
14       "startEpochMicrosec": 8745745764578,
15       "timeZoneOffset": "UTC-05.00"
16     },
17     "notificationFields": {
18       "changeIdentifier": "PM_BW_UPDATE",
19       "changeType": "BandwidthChanged",
20       "notificationFieldsVersion": "2.0",
21       "arrayOfNamedHashMap": [
22         {
23           "name": ${eventNameUuid},
24           "hashMap": {
25             "cllId": ${cclId},
26             "uniId": ${uniId},
27             "bandwidthValue": ${bandwidthValue},
28             "time": "2022-02-08T11:13:34.781-05:00"
29           }
30         }
31       ]
32     }
33   }
34 }