Forum Discussion

Kevin_382901's avatar
Kevin_382901
Icon for Nimbostratus rankNimbostratus
Apr 16, 2019

Using iControlREST to list entries in ramcache

I'm trying to build a bash script to query the F5 so that we can see what entries are on the ramcache profile. I am able to delete entries with:   curl -sk -u $USERNAME:$PASSWORD -X DELETE   ...