diff options
author | Hesam Rahimi <hesam.rahimi@huawei.com> | 2022-04-20 18:28:20 -0400 |
---|---|---|
committer | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2022-04-25 18:12:25 +0000 |
commit | a6c6776d93ee0ec6bd8aefa23ac107262cf93154 (patch) | |
tree | 5897097d729c62639d7cbbe6e0e9770d51567235 /platform-logic/restapi-templates/src/main/json | |
parent | b0ec399c096b8d4ccdd5adff17fd4fd59d0f72d1 (diff) |
Bug fixing for CCVPN IBN closed-loop operation.
Issue-ID: SDNC-1694
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I050b9d28e173d4331109a6614bd2115f7da7206f
Former-commit-id: 3d64bd2c4e31b1673ab7857d9d3449269b9ae1d1
Diffstat (limited to 'platform-logic/restapi-templates/src/main/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}, |