integration test issues fix for sdwan and sotn
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-site-spoke.json
@@ -7,20 +7,16 @@
                 {
                      "name": ${prop.site.location-name},
                      "address": ${prop.site.location-address},
-                     "postcode": ${prop.site.location-postcode},
-                     "latitude": ${prop.site.location-latitude},
-                    "longitude": ${prop.site.location-longitude}
+                     "postcode": ${prop.site.location-postcode}
                 }
             ],
-
            "devices": [${repeat:prop.site.deviceId_length:
                   {
-                      "deviceId":${prop.site.deviceId[${1}]},
+                      "deviceId": ${prop.site.deviceId[${1}]},
                       "locationName": ${prop.site.location-name},
                   },
                 }
            ],
-
             "siteType": ${prop.site.type},
             "role": [${repeat:prop.site.roles_length:
                        ${prop.site.roles[${1}]},
             "controlPoints": [${repeat:prop.site.controlpoints_length:
                                 ${prop.site.controlpoints[${1}]},
                                 }
-                             ],
-            "contact":{
-                "emails":[${repeat:prop.site.email_length:
-                                ${prop.site.email[${1}]},
-                                }
-                         ]
-            },
-            "description": ${prop.site.description}
+                             ],            
+            "description": "--------role:dsvpn-hub---------------"
         }
     ]
 }
+
+