For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

lizunjjg's avatar
lizunjjg
Icon for Cirrus rankCirrus
Jul 22, 2019
Solved

use curl to call restapi

hi guys :

I used RESTAPI to create the AFM policy , but VIP cant call this policy.

This is my code and related code error:

[root@localhost /]# curl -sk -u 'admin:admin' -H "Content-Type:application/json" -X PUT https://10.1.10.66/mgmt/tm/ltm/virtual/ -d '{"name":"vs_ddos","fwEnforcedPolicy":"policy_test"}'

 

{"code":403,"message":"Operation is not supported on component /ltm/virtual.","errorStack":[],"apiError":1}

  • Hi

     

    Try this

     

    curl -sk -u 'admin:admin' -H "Content-Type: application/json" -X PATCH https://10.1.10.66/mgmt/tm/ltm/virtual/vs_ddos -d '{"fwEnforcedPolicy":"/Common/policy_test"}'

5 Replies