Forum Discussion
Rob_74473
Cirrus
Oct 22, 2018removing the last moniotr from a pool in the python sdk
I have some code where I can add and remove monitors from pools using: pool = self.bigip_root.tm.ltm.pools.pool.load(partition=self.partition, name=pool_name)
pool.update(monitor='/Common/http a...
Satoshi_Toyosa1
Nov 04, 2018Ret. Employee
And here's a sample Python code.
from f5.bigip import ManagementRoot
poolObj = ManagementRoot('', '', '').tm.ltm.pools.pool.load(name='TestPool')
poolObj.update(monitor='none')Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects