Forum Discussion
caulfiedd_spurr
Apr 14, 2020Cirrus
python f5 SDK 401 Unexpected Error: F5 Authorization Required
when I try to run the script below
from f5.bigip import BigIP
from f5.bigip import ManagementRoot
bigip = BigIP("host", "username", "password")
# Get a list of all pools on the BigIP and print...
- Apr 14, 2020
Hello caulfiedd spurred.
Try to put this instead
bigip = BigIP("host", "username", "password", token=True)
KR,
Dario.
Hello caulfiedd spurred.
Try to put this instead
bigip = BigIP("host", "username", "password", token=True)
KR,
Dario.
Akash9920
Oct 28, 2020Nimbostratus
Hi I am facing the same error even after putting the token=True. PS: I checked credentials both are same but in case of python sdk, I am getting 401 error and in case of icontrol its giving response.
Can you help?
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects