Forum Discussion
Sinan
Feb 25, 2020Ret. Employee
f5 sdk can't load pool objects after create pool.
Hi experts: I can't load a pool object after I created it. from f5.bigip import ManagementRoot
from f5.bigip.contexts import TransactionContextManager
if __name__ == "__main__":
for x in ...
consul_2019
Cirrus
Feb 25, 2020So reviewing your script...
Why the 3rd line? p.delete() ?
api.tm.ltm.pools.pool.create(name=name, partition='Common')
p = api.tm.ltm.pools.pool.load(name=name, partition='Common')
p.delete()
Sinan
Feb 25, 2020Ret. Employee
I want to delete the pool after created it.
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