From bd8befcd781b1c26f2f5c63e4f0c950dad9c3931 Mon Sep 17 00:00:00 2001 From: "prakash.e" Date: Mon, 13 May 2019 18:35:06 +0530 Subject: Fix SDWAN restapi templates SDWAN controller requests is updated with correct parameters and values Change-Id: I36f3309b93a9255a5d94ac060c50f8c3256b1f37 Issue-ID: SDNC-659 Signed-off-by: Prakash.E Former-commit-id: 986ea914320fe9bd52cefcb6fc9307e1f302af37 --- .../restapi-templates/src/main/json/sdwan-network-orchestration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-network-orchestration.json') diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-network-orchestration.json b/platform-logic/restapi-templates/src/main/json/sdwan-network-orchestration.json index a871f114..e2b99032 100644 --- a/platform-logic/restapi-templates/src/main/json/sdwan-network-orchestration.json +++ b/platform-logic/restapi-templates/src/main/json/sdwan-network-orchestration.json @@ -1,5 +1,5 @@ { - "bpgAsNum": 65101, + "bgpAsNum": 65101, "vpnType": "dsvpn", "siteScale":"30", "dsvpnIPpool": ["100.1.0.0/16"], @@ -22,4 +22,4 @@ "encrptionAlgorithm":"AES128", "preSharedKey": "Admin@12134==========================================" } -} \ No newline at end of file +} -- cgit 1.2.3-korg