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
Joel_42834
Mar 14, 2018Nimbostratus
Thanks Jason, I'll give it a try.
I would suggest that you need to be thinking about cleaner interfaces as well the customer view.
An SDK is supposed to make getting this information easy/trivial.
I would have expected this:
b.tm.cm.failover_status.load()['status']['description']
Joel