Getting Started with the f5-common-python SDK
If you have dabbled with python and iControl over the years, you might be familiar with some of my other “Getting Stared with …” articles on python libraries. I started my last, on Bigsuds, this way:...
Updated Jun 06, 2023
Version 2.0JRahm
Admin
Joined January 20, 2005
Kurt_Kite_11866
Jul 28, 2017Nimbostratus
Thanks Jason. It was me just being stupid. That is what I was doing in the script. It turns out the virtual I was checking did not have any rules and I misinterpreted the error returned, "object has no attribute 'rules'." I just had to check for attribute existence before executing that code.