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

Currently Python SDK does not support delete for a license activation https://github.com/wojtek0806/f5-common-python/commit/c69ad3e14c1bb2a560f72f9cba4a844eb60a6c5a

feature request

It seems the current python SDK doesn't support policy-strategy collection and its resource. Collection URI: /mgmt/tm/ltm/policy-strategy Resource URI: /mgmt/tm/ltm/policy-strategy/operands/~resource id Thank you.

feature request

I had upgrade my BigIQ from version 5.1.0 to 5.4.0 and now - get policy list return null. pools = mgmt_root.cm.shared.licensing.pools_s.get_collection() I use python sdk 3.0.14

bug

iRulesLX was available in EA in 12.0 and GA in 12.1. Need to add support to the sdk.

feature request
12.1.0

For HSL and other remote logging types, need to add the tm/sys/log-config endpoints.

feature request

This is a request for a higher-level "Python SDK Capabilities" document that articulates the various capabilities enabled by the Python SDK. The existing documentation is excellent; however, a user currently...

help wanted
documentation

https://github.com/F5Networks/f5-icontrol-rest-python/blob/v1.3.0/icontrol/session.py#L255 The iControl Rest library logs anything and everything that passes through, as seen at the line above. This can be useful information, however if sensitive information such as custom...

DESIGN

It would be useful to support the following: https://devcentral.f5.com/wiki/BIGIQ.HowToSamples_license_member_management.ashx - Add Managed Device - Add Unmanaged Device - Revoke License

feature request

The f5-common-python sdk does not currently have support for querying and creating users via the REST endpoint: /shared/authz/users I am planning to submit a pull request to add this functionality,...

feature request