diff options
author | Dan Timoney <dtimoney@att.com> | 2019-05-13 18:07:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-13 18:07:08 +0000 |
commit | 39a3fe544a8539cf500560db6b1d2fa2e51ff46a (patch) | |
tree | 3051cd1f6a0f6c91e1cd6b31af9bf8d81e68590e /platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json | |
parent | 3fca8160d489542a3c1057b8694380159407240c (diff) | |
parent | bd8befcd781b1c26f2f5c63e4f0c950dad9c3931 (diff) |
Merge "Fix SDWAN restapi templates"
Former-commit-id: 22b464b4470f0b29359672ccd79731d5acf15ed3
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", |