Update an ASM Policy Template via REST-API - the reverse engineering way
I always want to automate as many tasks as possible. I have already a pipeline to import ASM policy templates. Today I had the demand to update this base policies. Simply overwriting the template wit...
Published Feb 17, 2026
Version 1.0Juergen_Mang
MVP
Apr 07, 2026Here is the code: f5.asm.template.update
I am unsure why I not used the /mgmt/tm/asm/file-transfer/uploads/ endpoint.
With Restsh you can simply use all the documented upload and download endpoints. The functions for this are f5.file.upload and f5.file.download.