<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div id="sig22609205"><div class="signature">On Mon, Oct 26, 2015, at 09:20 PM, Agustín Bertamoni wrote:<br></div>
</div>
<blockquote type="cite"><div dir="ltr"><div><div>Objects:<br></div>
<div> </div>
<div>{<br></div>
<div>    "_id" : "WANIPConnection",<br></div>
<div>    "WANIPConnection" : "",<br></div>
<div>    "_keys" : [ <br></div>
<div>        "WANIPConnection"<br></div>
<div>    ]<br></div>
<div>}<br></div>
<div> </div>
<div>{<br></div>
<div>    "_id" : "ConfigInternetWan",<br></div>
<div>    "Enable" : "true",<br></div>
<div>    "X_HW_SERVICELIST" : "INTERNET",<br></div>
<div>    "X_HW_VLAN" : "101",<br></div>
<div>    "AddressingType" : "DHCP",<br></div>
<div>    "X_HW_VenderClassID" : "gpon_wan",<br></div>
<div>    "_keys" : [ <br></div>
<div>        "Enable"<br></div>
<div>    ]<br></div>
<div>}<br></div>
</div>
<div> </div>
<div>It correct the preset settings and objects? Thanks in advance!<br></div>
</div>
</blockquote><div> </div>
<div>Looking at the first object, the parameter WANIPConnection shouldn't be there because it's a object and can't contain a value and thus can't be used as key.<br></div>
<div> </div>
<div>Note that creating nested object is tricky and doesn't always work using presets. I would recommend doing that through the API.<br></div>
<div> </div>
<div>Zaid<br></div>
</body>
</html>