The Device Tracker search page, found at /Orion/UDT/SearchResults.aspx shows a list of devices on the network. How can I get this same information through the SDK?
Depending on what your search criteria are, the query issued by the UDT search page can get kind of complicated. The relevant entities are:
Orion.UDT.Port
Orion.UDT.PointToEndpoint
Orion.UDT.Endpoint
Orion.UDT.IPAddress
Orion.UDT.DNSName
See this doc.