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
JRahm
Nov 14, 2017Admin
Hi Tariq, give this a try:
from f5.bigip import ManagementRoot
b = ManagementRoot('192.168.1.245', 'admin', 'admin')
b.tm.sys.ucs.exec_cmd('save', name='bigip1.ucs')