diff options
author | prakash.e <prakash.e@huawei.com> | 2019-05-13 18:35:06 +0530 |
---|---|---|
committer | prakash eswaramoorthy <prakash.e@huawei.com> | 2019-05-13 19:55:51 +0000 |
commit | 21b813aadc76919d02174db1942cbea94064bcea (patch) | |
tree | ae54a78c4c3d48787665f357b1a8cf796d58f611 /platform-logic/restapi-templates/src/main/json/sdwan-vpn.json | |
parent | 2491b9195b1394a3ea785cb4837459e889cdd4d2 (diff) |
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 <prakash.e@huawei.com>
(cherry picked from commit bd8befcd781b1c26f2f5c63e4f0c950dad9c3931 [formerly 986ea914320fe9bd52cefcb6fc9307e1f302af37])
Former-commit-id: 655ec975237039c88982654e5de45c333aa3a75e
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-vpn.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/sdwan-vpn.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-vpn.json b/platform-logic/restapi-templates/src/main/json/sdwan-vpn.json index 11412b41..f1192a22 100644 --- a/platform-logic/restapi-templates/src/main/json/sdwan-vpn.json +++ b/platform-logic/restapi-templates/src/main/json/sdwan-vpn.json @@ -2,7 +2,7 @@ "vpns": [ { "name": ${prop.name}, - "id": ${prop.vpn1Id}, + "id": ${prop.vpnId}, "siteIds": [ ${repeat:prop.siteIds_length: ${prop.siteIds[${1}]}, @@ -10,4 +10,4 @@ ] } ] -}
\ No newline at end of file +} |