diff options
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cll-call-ves.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/cll-call-ves.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cll-call-ves.json b/platform-logic/restapi-templates/src/main/json/cll-call-ves.json index 0074c34c..ac502c65 100644 --- a/platform-logic/restapi-templates/src/main/json/cll-call-ves.json +++ b/platform-logic/restapi-templates/src/main/json/cll-call-ves.json @@ -3,7 +3,7 @@ "commonEventHeader": { "version": "4.0.1", "vesEventListenerVersion": "7.0.1", - "domain": "ccvpnNotification", + "domain": "notification", "eventName": "ccvpnNotification_CloudLeaseLine_BandwidthChanged", "eventId": ${eventIdUuid}, "lastEpochMicrosec": 8745745764578, @@ -14,10 +14,10 @@ "startEpochMicrosec": 8745745764578, "timeZoneOffset": "UTC-05.00" }, - "ccvpnNotificationFields": { + "notificationFields": { "changeIdentifier": "PM_BW_UPDATE", "changeType": "BandwidthChanged", - "ccvpnNotificationFieldsVersion": "2.0", + "notificationFieldsVersion": "2.0", "arrayOfNamedHashMap": [ { "name": ${eventNameUuid}, |