Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I recently created python scripts that can create or delete host objects.I received a lot of help from this community in getting them working. Therefore I'm making them available to the community to say thanks. Hopefully they will help someone in ret...
I recently created python scripts that can create or delete host objects.I received a lot of help from this community in getting them working. Therefore I'm making them available to the community to say thanks. Hopefully they will help someone in ret...
I have a fully working python script that can POST objects to the FMC (6.5.0.4) API using a .csv file for the data.I want to use this same approach/method to DELETE objects, but after many days I have been unable to get the script to work.Initially I...
I have a fully working python script that can POST objects to the FMC API using a .csv file for the data.FMC is 6.5.I want to use this same approach/method to DELETE objects, but after many hours I have been unable to get the script to work.Due to th...
Thanks,I will try that version tomorrow. I was confused at the start of this post but thanks to your help I have a significantly improved understanding :-).I also had a post in my more normal reading location in the networking section of the forums, ...
@JonasKs, damned annoying your earlier post disappeared, the post you wrote about how the script worked through the loops allowed me to work it out and understand it.I just spent several hours re-writing all of my scripts cleanly so that I could re-t...
@JonasKs Many thanks for helping me with the solution. I doubt I would have finished with your help.Hotfix from Cisco Devnet provided the how to for my script.I got it working with his helpers which disappointingly vanished as they provided excellent...
@JonasKs Top notch help, thanksI had tried this but it had not worked, it turns out the msg handling failure was due to the incorrect indentation which had stopped my script looping through the csv file.