Forum Discussion
Masoud_pourshab
Nimbostratus
Jul 08, 2018Error which creating a VIP
Hello all, Can someone help to correct this code? I receive error when I run the following:
from import ManagementRoot
bigip = ManagementRoot("", "", "*******")
myvirtual = bigip.tm.ltm.virtuals.virtual.create(name=["SDK-Creation-VIP"],
description=["vip-through-SDK"],
destination="%s:%s" % (["5.5.5.5"], ["899"]),
ipProtocol=["tcp"],
pool=["test5-http-pool_python"])
The pool already exists. Error is on pool line.
Thank you,
- HarshaPotharaju
Nimbostratus
There's no open parenthesis for pool and can you try changing the pool name?
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