F5Networks / f5-icontrol-rest-python

Generic python library used by the F5 SDK and other F5 projects to communicate with BIG-IP® via the REST API
http://icontrol.readthedocs.org/en/latest/
Apache License 2.0
36 stars 32 forks source link

Adds debug tracing of curl commands #144

Closed caphrim007 closed 6 years ago

caphrim007 commented 6 years ago

This patch adds support to the icontrol library to trace API calls and provides an easy to read representation of these API calls (in curl format).

This tracing is a necessary component of debugging more complicated API usage (such as when done in the f5-sdk).