Forum Discussion
Vukasin_Kopriv1
Feb 11, 2021Nimbostratus
F5 SDK Python - Assign HTTP Profile to VIP
Hi, can someone draw me an example how can I assign HTTP profile to existing VIP? I am seeing that ipProtocol key is tight to tcp profile but I do not see any key that has http profile assigned when ...
Vukasin_Kopriv1
Mar 01, 2021Nimbostratus
I was able to update vip property and assign profile using these steps:
vip_obj = mgmt.tm.ltm.virtuals.virtual.load(name=name)
vip_obj.profiles=["tcp", "http_profile_1"]
vip_obj.update()
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