This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

SQL Query for DNS addresses - list of tables

I am looking to find the table that contains the 'Network Interfaces' information under the 'Asset Inventory' for a node so I can query the DNS entries and run a quick report.

Thanks for any help you can give me on where to find these tables.

  • I think you are looking for the "Orion.AssetInventory.NetworkInterface" entity. With SWQL Studio you can query it like this:

    SELECT NodeID, Name, IPAddress, IPv6Address, MACAddress, Manufacturer, Gateway, DHCPServer, Netmask, DNSServers, Alias, Type

    FROM Orion.AssetInventory.NetworkInterface