<div dir="ltr">Hi,<div>I'm trying to create a preset inspired on data store in MongoDB.</div><div><br></div><div>For example : </div><div>{ "_id" : "BOX_ADSL", "weight" : 0, "precondition" : "{\"summary.serialNumber\":\"C2T7Sxxxxxxxx\",\"$and\":[{\"_tags\":{\"$ne\":\"Adding Line\"}},{\"_tags\":\"Provisioning\"}],\"summary.lineEnable\":\"Enabled\"}", "configurations" : [ { "type" : "value", "name" : "InternetGatewayDevice.ManagementServer.PeriodicInformInterval", "value" : "600" }, { "type" : "value", "name" : "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.Username", "value" : "login@radius" }, { "type" : "value", "name" : "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.Password", "value" : "password@radius" }, { "type" : "value", "name" : "InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.DirectoryNumber", "value" : "Phone Number" }, { "type" : "value", "name" : "InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.SIP.AuthUserName", "value" : "SIP_Id" }, { "type" : "value", "name" : "InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.SIP.AuthPassword", "value" : "SIPPassword" }, { "type" : "value", "name" : "InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.SIP.URI", "value" : "SIP:SIP_Id@RegistrarServerIP" }, { "type" : "value", "name" : "InternetGatewayDevice.ManagementServer.URL", "value" : "<a href="http://acs.url">http://acs.url</a>" }, { "type" : "delete_tag", "tag" : "Provisioning" } ] }<br></div><div><br></div><div>What looks like the API's URL ?</div><div><br></div><div>Thanks for helping.</div><div><br></div><div>Nicolas </div><div><br></div></div>