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
Muhammad_64435
Jun 11, 2018Nimbostratus
Hi 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