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
   "IPSubnets":[
   {
     "vpnId": ${prop.vpnId},
-    "siteId": ${prop.lan.siteId},
+    "siteId": ${prop.siteId},
     "deviceId": ${prop.lan.deviceId},
     "id": "",
     "interfaceType": "interface",
 
 {
-    "bpgAsNum": 65101,
+    "bgpAsNum": 65101,
     "vpnType": "dsvpn",
     "siteScale":"30",
     "dsvpnIPpool": ["100.1.0.0/16"],
       "encrptionAlgorithm":"AES128",
       "preSharedKey": "Admin@12134=========================================="
     }
-}
\ No newline at end of file
+}
 
     "limitAccountNum": 1000,
     "userAccount": ${prop.userAccount},
     "userEmail": ${prop.userEmail},
-    "sendInitEmailEnable": "true",
+    "sendInitEmailEnable": "false",
     "countryCode": "CN",
     "userPassword": "Test@12345"
-}
\ No newline at end of file
+}
 
     "vpns": [
         {
             "name": ${prop.name},
-            "id": ${prop.vpn1Id},
+            "id": ${prop.vpnId},
             "siteIds": [
                 ${repeat:prop.siteIds_length:
                  ${prop.siteIds[${1}]},
             ]
         }
     ]
-}
\ No newline at end of file
+}
 
             "vlanId": "null",            
             "ipConnection": {
                 "ipv4": {
-                    "publicIP": null,
+                    "publicIP": ${prop.wan.ipAddress},
                     "accessType": "IPoE",
                     "ipMode": "DHCP",
                     "customerAddress": "",
 
             "vlanId": "null",            
             "ipConnection": {
                 "ipv4": {
-                    "publicIP": null,
+                    "publicIP": ${prop.wan.ip-address},
                     "accessType": "IPoE",
                     "ipMode": "Static",
                     "customerAddress": ${prop.wan.ip-address},