aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-device.json
diff options
context:
space:
mode:
authorprakash.e <prakash.e@huawei.com>2018-08-15 01:47:48 +0530
committerDan Timoney <dt5972@att.com>2018-08-15 12:58:10 +0000
commit807e81260d9d2b905489e88b4d42f763e1961e47 (patch)
treeec9f40aee1a64c5895a3c8f00f278c8b2116f495 /platform-logic/restapi-templates/src/main/json/sdwan-device.json
parent3f685b55bb87cf53c78ba5c8d0bbe032387d1282 (diff)
SDWAN Site DGs update
SDWAN site DG issue fix and update based on controlpoints modifications Change-Id: I7daae9adf610f2fd72150a2316cfd5f8d9ede6de Issue-ID: SDNC-357 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: b7fdeb59f9c50c690d6f388cb9967c0f1da4c5ef
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-device.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/sdwan-device.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-device.json b/platform-logic/restapi-templates/src/main/json/sdwan-device.json
index 1d0ef64c..4fd47731 100644
--- a/platform-logic/restapi-templates/src/main/json/sdwan-device.json
+++ b/platform-logic/restapi-templates/src/main/json/sdwan-device.json
@@ -21,13 +21,13 @@
{
"devices": [
{
- "esn": ${prop.esn},
- "deviceModel": ${prop.type},
- "name": ${prop.name},
+ "esn": ${prop.device.esn},
+ "deviceModel": ${prop.device.deviceModel},
+ "name": ${prop.device.name},
"siteId": "null",
- "description": ${prop.description},
- "systemIp": ${prop.systemip},
+ "description": ${prop.device.description},
+ "systemIp": ${prop.device.systemIP},
"tags": "null"
}
]
-} \ No newline at end of file
+}