Forum Discussion

snmpboy_86238's avatar
snmpboy_86238
Icon for Nimbostratus rankNimbostratus
Mar 19, 2016

Trying to obtain the order of AFM rule insertion via the iControl Rest.

Using 11.6, how do I use iControlRest to 'GET' the rule placement of the firewall rules. Using the below:

 

curl -k -u user:password -H "Content-Type: application/json" -X GET -d "" | python -m json.tool

 

gives me all the rules but not the property place-before, place-after, etc. (It looks like it might in 12.0 using ruleList.)

 

Any ideas?

 

Thanks!