diff options
author | prakash.e <prakash.e@huawei.com> | 2019-05-13 18:35:06 +0530 |
---|---|---|
committer | prakash.e <prakash.e@huawei.com> | 2019-05-13 18:35:12 +0530 |
commit | bd8befcd781b1c26f2f5c63e4f0c950dad9c3931 (patch) | |
tree | 574663e5382d85058e1bbcdc8430b39073c3ab80 /platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json | |
parent | 517372036e87a9e15b9efa5f536236e1e6945d32 (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>
Former-commit-id: 986ea914320fe9bd52cefcb6fc9307e1f302af37
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json b/platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json index 85ccf15a..504be835 100644 --- a/platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json +++ b/platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json @@ -2,7 +2,7 @@ "IPSubnets":[ { "vpnId": ${prop.vpnId}, - "siteId": ${prop.lan.siteId}, + "siteId": ${prop.siteId}, "deviceId": ${prop.lan.deviceId}, "id": "", "interfaceType": "interface", |