Does anyone know how to retrieve all attributes of an IPNode entry? For example, with a SWIS query I can't figure out how to retrieve (or set) the hostname attribute.
In SWQL Studio you can generate a SELECT query for all attributes of an entity by just double-clicking on the entity. Does that fetch the data you are looking for?
I'm sure it will, but I'm trying to get the data from a python module. CRUD operations and SWIS queries are all I can find to work with.
SWQL Studio is a useful tool for building and testing queries. When you are happy with the query, copy/paste it into your code.
All right, so I just downloaded it and inspected the IPAM.IPNode table in it. I still don't see a hostname field to query, and I do see it in the IPAM GUI.