on 28-Jan-2022 11:18
I wrote a small Python script to export all AWAF policies from a BIG-IP device.
The script leverages BIG-IP iControl REST API to export ALL AWAF policies in the system and saves them locally. The policies can be exported in the following formats: xml, plc and json.
https://github.com/pedrorouremalta/f5-awaf-export-policies
Thanks for the contribution @Pedro_Roure ! I assume this was something you needed to solve? For backups?
Yes @buulam. For backups and also to provide the exported policies through a web server to be used inside AS3 declararions.