Forum Discussion

Joel_Breton's avatar
Joel_Breton
Icon for Nimbostratus rankNimbostratus
Jun 05, 2017

How to set Default Node Monitor - Python f5-SDK

I am trying to set the default node monitor using the F5-SDK.   Here's the code I've tried   from f5.bigip import ManagementRoot mgmt = ManagementRoot('ip address', 'user', 'password') mgmt.tm.l...