Forum Discussion
Masoud_pourshab
Nimbostratus
Jul 05, 2018Updating F5 VIP using requests
Hello all,
I am using the following code(only brief) to create VIP and pool. How can update an item in a VIP. For example, how can I change NAT from Autonat to None or how to change VIP IP address? E...
tatmotiv
Cirrostratus
Jul 05, 2018Adapted to python requests, it would for example translate to:
payload = {'description':'modified via REST'}
bigip.patch(BIGIP_URL_BASE + '/ltm/virtual/~Common~vipname',data=json.dumps(payload))
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
