Hello Dan,<br><br>Thank you for your help. I have following scenario. <br>I’ve changed Device.ManagementServer.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<br><br><br>W dniu wtorek, 27 czerwca 2017 Dan Morphis <<a href="mailto:dan@milkcarton.com">dan@milkcarton.com</a>> napisał(a):<br>> Try something like this:<br>> let foo = declare("Device.DHCPv4.Server.Pool.[Alias:test123].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">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.StaticAddress<br>>> but instead of "1" I would like to use alias definied in Device.DHCPv4.Server.Pool.1.Alias._value, here it is "test123". So I would like to make query using following path:<br>>> Device.DHCPv4.Server.Pool.[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>>> _______________________________________________<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">http://lists.genieacs.com/mailman/listinfo/users</a><br>>><br>><br>>