<div dir="ltr">I'm not really sure what your asking...</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 28, 2017 at 11:37 PM, pmjawor <span dir="ltr"><<a href="mailto:pmjawor@gmail.com" target="_blank">pmjawor@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Dan,<br><br>Thank you for your help. I have following scenario. <br>I’ve changed Device.ManagementServer.<wbr>InstanceMode to “InstanceAlias”.  Should I change something in genieACS config? I see that CPE sends objects paths with alias instead of numbers (according to TR spec) but I cannot see any objects on genieACS UI.<br><br>Best regards,<br>Peter<div class="HOEnZb"><div class="h5"><br><br><br>W dniu wtorek, 27 czerwca 2017 Dan Morphis <<a href="mailto:dan@milkcarton.com" target="_blank">dan@milkcarton.com</a>> napisał(a):<br>> Try something like this:<br>> let foo = declare("Device.DHCPv4.Server.<wbr>Pool.[Alias:test123].<wbr>StaticAddress", {path: Date.now()});<br>> if (foo.size) {<br>>   let static = foo.value[0];<br>> }<br>><br>> On Tue, Jun 27, 2017 at 1:31 AM, pmjawor <<a href="mailto:pmjawor@gmail.com" target="_blank">pmjawor@gmail.com</a>> wrote:<br>>><br>>> Hello,<br>>><br>>> I have a question related "alias based addressing" from TR069 spec.<br>>><br>>> So for example I would like to get following object:<br>>> Device.DHCPv4.Server.Pool.1.<wbr>StaticAddress<br>>> but instead of "1" I would like to use alias definied in Device.DHCPv4.Server.Pool.1.<wbr>Alias._value, here it is "test123". So I would like to make query using following path:<br>>> Device.DHCPv4.Server.Pool.[<wbr>test123].StaticAddress<br>>><br>>> Second problem is that in genie web UI on device list I only see date of last refresh, see attachment. There is no MAC (it is set for all devices) and other data on that list.<br>>><br>>> Best regards,<br>>> Peter Jaworski<br>>><br>>> ______________________________<wbr>_________________<br>>> Users mailing list<br>>> <a href="mailto:Users@lists.genieacs.com" target="_blank">Users@lists.genieacs.com</a><br>>> <a href="http://lists.genieacs.com/mailman/listinfo/users" target="_blank">http://lists.genieacs.com/<wbr>mailman/listinfo/users</a><br>>><br>><br>>
</div></div><br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/<wbr>mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>