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

passing token to CRUD operations in iControlRestSession #171

Closed mirzawaqasahmed closed 4 years ago

mirzawaqasahmed commented 5 years ago

Hi , I am trying to find a way to pass token to iControlRestSession. I know we can use token authentication using 'token=true' in iControlRestSession. i.e. icr_session = iControlRESTSession(username, password, token=True) However, I am more interested in passing the token in future CRUD operation using the iControlRestSession. e.g. icr_session.get() etc

Am I missing something or this isnt possible?

Thanks in advance.

f5-rahm commented 4 years ago

archiving this repo, this request will not be implemented.