Forum Discussion

caulfiedd_spurr's avatar
Apr 14, 2020
Solved

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...
  • Dario_Garrido's avatar
    Apr 14, 2020

    Hello caulfiedd spurred.

    Try to put this instead

    bigip = BigIP("host", "username", "password", token=True)

    KR,

    Dario.