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.
caulfiedd_spurr
Apr 20, 2020Cirrus
that helps me . thanks very much
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