application security manager
4 TopicsAssign an existing Security Policy through Python SDK
Can I assign to an Existing Virtual Server an existing Security Policy? Not a local Traffic Policy, I have already created a Automatic Security Policy through the Deployment Wizard but I would like to automate the process through a Python Script. Thanks in advance.395Views0likes1CommentActivate a Policy through F5 Common Python
I tried to activate a policy, which is inactive once is created this way: policy.modify(active=True) Obviously it is worng as I have guessed from the answer, which is this one: '{"code":401,"message":"Policy must be applied and/or activated by a Task" What are the tasks and I how can I have a code to do this? Thanks in advance575Views0likes1CommentF5 ASM Policy Backup
Hi gents, I would like to know, if i can duplicate a ASM policy with all its learnings like parameters etc? Because we are now in Production for some application and in the near future we would like to develop a following version of this Application. But how can i maintain this ASM policy with versions, so in case i need to rollback all the changes made to the policy. What i want now is that the current version of ASM policy will be 1.0, with all the learnings/parameters/URL's etc, i want to develop the v2.0 to new patterns learned for the new apllication. And when we go live with the 2.0 of the Application, i want to have the ASM policy 2.0 pushed to the Production, with learnings of 1.0 and 2.0.233Views0likes1Comment