Forum Discussion

Steve_Howard_14's avatar
Steve_Howard_14
Icon for Nimbostratus rankNimbostratus
May 12, 2014

How to disable a GTM pool member

Hi, We are struggling with the bigsuds syntax to disable a pool member. Example below... >>> from bigsuds import * >>> b = BIGIP(hostname = '1.2.3.4', username = 'foo', password = 'bar') >>> po...