Forum Discussion
Modify local traffic policy from CLI or API
- Jan 23, 2020
Hello Dave.
You could list your configuration with "list ltm policy ..", copy this to a notepad and modify everything you want and import this to current configuration using "merge" command.
It's really easy to use.
REF - https://support.f5.com/csp/article/K81271448
KR,
Dario.
That sounds perfect. I found the list but didn't know how to get the modified config back into the F5. Was thinking maybe API could pass it in or something.
Hello Dave.
BTW, if you want it's even possible to execute "merge" command through API REST.
URL: https://bigiphostname/mgmt/tm/sys/config
Method: POST
Payload: {“command”:”load”, “options”:[{“file”: “/var/config/rest/downloads/uploaded_file_name”, “merge”:true}]}
But if you are not familiar with iControl REST, I recommend you to use the TMSH command because it's easier.
REF - https://devcentral.f5.com/s/articles/demystifying-icontrol-rest-merging-big-ip-config-files-19636
If my reply suits you, please don't forget to mark the answer as "the best". Thanks.
KR,
Dario.
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