Forum Discussion
remove_wideip_pool with pycontrol
Hello, I'm using pycontrol v2 to control GTM WideIP. I'm trying to remove WIDEIP POOL with remove_wideip_pool() When I run the python script, below error has been occured. [merlinet@as-jw gslb]$ ./rmwp.py No handlers could be found for logger "suds.client" Server raised fault: 'Could not find element by name: pool_name' here are part of the script: new_set = glb.wip_obj.typefactory.create('GlobalLB.WideIP.WideIPPool') new_set.pool_name = "real_www.domain.com" new_set.order = 1 new_set.ratio = 0 try: glb.wip_obj.remove_wideip_pool(wide_ips = [wideip], wideip_pools = [[new_set]]) except Exception, e: print e
- merlinet_60432NimbostratusI solve this problem
Recent Discussions
Related Content
* 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