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 j...