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
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.Muhammad_64435
Nimbostratus
Jun 11, 2018Hi Wally,
There are couple of ways that you can find all the variables.
1) Use postman to query one of the existing Virtual on F5 and find all the variables.
2) Second or the easiest way is to login to and then browse.
https:///restui/default/default.html?$display=/mgmt/tm/ltm/virtual/~Common~mytest-virtual-server-https/
The above will give you a good list of variables available on your Virtual and then you can use F5 SDK to retrieve them.
Hope it helps.
Thank you,
Muhammad