Please add support for this parameter to the SDK.
f5-icontrol-rest==1.3.11
f5-sdk==3.0.20
mgmt = ManagementRoot(
hostname,
username,
password,
token=True,
token_to_use='my_big_token_from_another_connection',
)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ".../f5env/lib/python3.6/site-packages/f5/bigip/__init__.py", line 169, in __init__
hostname, username, password, **kwargs
File ".../f5env/lib/python3.6/site-packages/f5/bigip/__init__.py", line 55, in __init__
hostname, username, password, **kwargs
File ".../f5env/lib/python3.6/site-packages/f5/bigip/__init__.py", line 72, in parse_arguments
raise TypeError('Unexpected **kwargs: %r' % kwargs)
TypeError: Unexpected **kwargs: {'token_to_use': 'my_big_token_from_another_connection'}
ICR added the ability to specify the auth token to use in F5Networks/f5-icontrol-rest-python#138.
Please add support for this parameter to the SDK.
Using:
I get the following: