Forum Discussion

Bhudson's avatar
Bhudson
Icon for Nimbostratus rankNimbostratus
Apr 15, 2020
Solved

Python F5SDK - Is Modify Supported?

I've been tasked with automating our code deployments and thus need to disable (or force offline) our pool members to allow that.   I am logging in with an operator account and am using token aut...
  • JRahm's avatar
    Apr 16, 2020

    IIRC, with modify, you need to pass the attributes you are wanting to patch in as kwargs instead of setting the attributes directly as with the update method.