Forum Discussion
Python f5.bigip VIP issue
- Dec 22, 2016
Turns out a solution existed but wasn't in the docs.
There is a parameter "subPath" that can be used in queries and updates:
Code: VIP = mgmt.tm.ltm.virtuals.virtual.load(partition='Common', subPath='iApp', name='myVIP')
Turns out a solution existed but wasn't in the docs.
There is a parameter "subPath" that can be used in queries and updates:
Code: VIP = mgmt.tm.ltm.virtuals.virtual.load(partition='Common', subPath='iApp', name='myVIP')
- JGDec 28, 2016Cumulonimbus
I downloaded the latest cvs version "f5-common-python-2.1.0" and yes, it seems to work with this lib. And the following command is what worked for me:
vs_obj = mgmt.tm.ltm.virtuals.virtual.load(partition='Common', subPath='iapp_prefix.iApp', name='my_virtual_server_name')
where "iapp_prefix" is the prefix one entered at the time of the iapp application creation, and "my_virtual_server_name' is the name of the virtual server.
Recent Discussions
Related Content
* 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