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
Aaron_Murray_22
Feb 26, 2018Nimbostratus
I just did an upgrade on my F5 code from 11.6.0 which is unsupported to 12.1.2 HF2. I am now having a problem querying the pools on the GTM. I get the following:
File "C:\Program Files (x86)\Python36-32\lib\site-packages\f5\bigip\mixins.py", line 102, in getattr raise AttributeError(error_message) AttributeError: 'f5.bigip.tm.gtm.pool.PoolOrganizingCollection'>' object has no attribute 'pool'
Has anyone seen this error before and know what could be causing it?
Thanks.