From a6c6776d93ee0ec6bd8aefa23ac107262cf93154 Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Wed, 20 Apr 2022 18:28:20 -0400 Subject: Bug fixing for CCVPN IBN closed-loop operation. Issue-ID: SDNC-1694 Signed-off-by: Hesam Rahimi Change-Id: I050b9d28e173d4331109a6614bd2115f7da7206f Former-commit-id: 3d64bd2c4e31b1673ab7857d9d3449269b9ae1d1 --- platform-logic/restapi-templates/src/main/json/cll-call-ves.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json') 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}, -- cgit 1.2.3-korg