Comments
-
Hi Mesverrum, At the moment I am looking at a python extension to talk directly to the MSSQL server, but am not entirely sure I feel comfortable with that. You mentioned using the API to "push straight SQL commands into the database", how would I go about achieving that?
-
My SQL ability is non-existent, I essentially re-learnt python for this project. Do you know of any examples I could reference?
-
Thank you again. Do you have any plans to update the API to support this? If so, is there any idea of a timeline?
-
Thank you for your help so far. I am still struggling to work out how I move my created subnet into the correct group after it has been created. For example, if I wanted to move my subnet to "AE10" folder in IPAM . So far my code looks like this: def IPAMBuild(SWIS_Dict): swis = orionsdk.SwisClient("XXX", "XXX", "XXX") for…
-
Hi tdanner, thank you for your response. I am speaking to our SQL DBA and we are unsure how to craft a query that will return the right results for X subnet. Do you have any idea?