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
So after some more research and tracking I found that I am having a problem with reading the number of current connections on the new version. This is how I read it before:
member_stats.entries.get('serverside.curConns')['value']
However now I get the following error:
member_stats.entries.get('serverside.curConns')['value'] TypeError: 'NoneType' object is not subscriptable
Anyone have any ideas on this one?
Thanks.