Forum Discussion

Arjan_128616's avatar
Arjan_128616
Icon for Nimbostratus rankNimbostratus
May 15, 2017
Solved

Apply Access Policy with iControlREST

How can I apply an access policy with the iControlREST API

 

  • Try the following:

     

    restcurl -u admin:password -X PATCH mgmt/tm/apm/profile/access/profile-name -d '{"generationAction": "increment"}'

     

    This will work from your BIG-IP. Replace password and profile-name and change, as needed, for remote curl, postman etc.

     

2 Replies