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

Is there any plan to define a class to find out what pool member virtual server has.

Problem found on Big-ip 13.1.0.8 where trying to resolve a collection of vlans as so: MGMT = ManagementRoot("10.1.1.241", "admin", "admin") vlans = MGMT.tm.net.vlan.get_collection() fails however this works: MGMT = ManagementRoot("10.1.1.241",...

Hello, I discovered that using the ClusterManager module to create a device cluster will fail if the password contains a $ character, as the iApp that gets deployed to perform...

Hi ! I have always the same 400 error when i'm trying this script : ` #!/bin/python2.7 from f5.bigip import ManagementRoot IP="127.0.0.1" user="admin" password="admin" port_used=8080 mgmt = ManagementRoot(IP, user, password,...

ICR added the ability to specify the auth token to use in https://github.com/F5Networks/f5-icontrol-rest-python/pull/138. Please add support for this parameter to the SDK. Using: ``` f5-icontrol-rest==1.3.11 f5-sdk==3.0.20 ``` I get the...

When loading a resource (a virtual server for example) and then loading it's statistics causes an error when updating the object again. We use this way of working when determining...

Hi, I am wondering how can I get a collection of all ASM violations? To me, the fact that I am able to fetch them via this REST call: `https:///mgmt/tm/asm/violations/`...

feature request