Forum Discussion

Rob_74473's avatar
Rob_74473
Icon for Cirrus rankCirrus
Nov 20, 2018
Solved

python sdk - cookie user mismatch

I have a python script that polls all our BigIPs every ten minutes to pull node/pool/virtual state and stats. Everything was working fine from my point of view, but the network admins say I'm filling...
  • Rob_74473's avatar
    Nov 21, 2018

    Actually, I found the solution. I was digging through some of Jason's git comments and I took a stab:

     

    ManagementRoot(hostname='host',username='user',password='pass',token=True)

     

    By adding token=True I see no more unfriendly httpd_errors messages.