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  
  • wade_113321's avatar
    May 18, 2017

    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.