Forum Discussion
stecino_87658
Nimbostratus
Jan 21, 2016Adding Compression and Web Acceleration profiles to Virtual Server via Icontrol API
Hello,
I have already created via Icontrol API, the compression and web acceleration profiles, but I couldn't find any methods to assign them to VIP.
Another question I had, why in 11.x the...
Theo_12742
Cirrus
Jan 21, 2016Since all profile names must be unique (even across types), you only need to add them as a profile to the virtual server. See LocalLB::VirtualServer::add_profile.
Python Bigsuds Exampleb.LocalLB.VirtualServer.add_profile(
['/Common/my_virtual_server'],
[{
'profile_context': 0,
'profile_name': '/Common/my_compression_profile'
}]
)
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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