f5-common-python icon indicating copy to clipboard operation
f5-common-python copied to clipboard

Python SDK for configuration and monitoring of F5® BIG-IP® devices via the iControl® REST API.

Results 101 f5-common-python issues
Sort by recently updated
recently updated
newest added

Hello, i want to use a bash "tar -xzf" command in a python scrypt to uncompress an ucs file. **yyy=mgmt2.tm.util.bash.exec_cmd('run',utilCmdArgs="-c 'tar -xzf /var/local/ucs/tmp/migration/TEST.ucs'")** but I can not. I have a...

Noticed the copyright was 2016. Not sure what the policy here is but just in case this helps :D

when i exec this scripts , get this error ,but i got the VS INFO Traceback (most recent call last): File "f5_vs_status.py", line 9, in from f5.bigip import ManagementRoot File...

It looks like there is an issue in the TransactionContextManager function used to wrap different rest calls into a transaction. When I attempt to modify an object that is created...

bug
bugfix

In https://github.com/F5Networks/f5-common-python/blob/development/f5/bigip/tm/ltm/data_group.py lines 57:69 there is an if statement to remove the "type" from the dictionary.. However, my BIG-IP 14.1.0.3 Build 0.0.6 Point Release 3 complains when calling "update" without...

By typing the command "tmsh show sys service" or "tmsh show sys service ntpd", we can see the status of ntpd daemon. What functions should I used in this SDK...

I am trying to connect to F5 Load balancers using the f5 sdk but I am getting 401 unauthorized error. The account I am using is administrator account and the...

i did take multiple captures and analysis on the device from user access point of view. do i really need to logout after each run with scripts through f5 sdk?...