Comments
-
Thanks for the tip. I have found my solution. The problem was my query. For custom properties you need to use <alias>.CustomProperties.<custom property> query = "SELECT NodeID , IP_Address, Caption FROM Orion.Nodes as N WHERE N.CustomProperties.Device_Type IS NULL"
-
Hello tdanner Your solution with the bulkupdate did fix my issue for the Topology and EnergyWise. Many thanks for that. I also learned that I didn't had the latest swisclient.py file while the __init__.py mention I had version 0.0.6. My original swisclient.py didn't had the def bulkupdate which I fixed now on my server :-)…
-
sorry that doesn't seems to work. I got the same error message.
-
Many thanks. Based on your feedback I was able to finish up my Python script. tdanner Is there any way to delete existing SNMP credential sets? My issue is to figure out the uris to do a swis.delete. ####### For other users would like to know how if required_snmp[snmpname][0]['status'] is False and…