Forum Discussion
dani_martinez_2
May 19, 2018Nimbostratus
Set a Virtual Server Type in F5 Python SDK
Can I set up a Virtual Server Type, among the existing, for example Standard, Performance (Layer 4), Performance (HTTP), or Forwarding IP? When I create a Virtual Server, by default it is created wit...
Satoshi_Toyosa1
May 20, 2018Ret. Employee
You can create a new virtual with a specific profile. The following
curl
example creates a virtual with the http
profile. The tcp
profile comes along with it. Again, the method should be applicable to the Python SDK too.
curl -sku admin: https:///mgmt/tm/ltm/virtual \
-H "Content-type: application/json" -X POST \
-d '{"name":"virtual", "profilesReference":{"items":[{"name":"http"}]}}'
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