Forum Discussion
Masoud_pourshab
Nimbostratus
Oct 20, 2018How to set Default Persistence Profile and ssl profile when creating a Virtual server with Python SDK
Hello, The follow code works but my issue is setting the Default_Persistence_Profile as source_addr and ssl client and server profile. Thank you,
myvirtual = bigip.tm.ltm.virtuals.virtual.create(name=["test virtual server"],
description=["test"],
destination="%s:%s" % (["8.8.8.8"], ["159"]),
ipProtocol=["tcp"],
pool=["mypool"],
**Default_Persistence_Profile=["source_addr"]**)
- Jorge_Roa
Nimbostratus
Hi dude maybe it is a little late, but the default persistence profile is named: "persist"
example:
persist=["source_addr"]
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