Forum Discussion

ababington_3136's avatar
ababington_3136
Icon for Nimbostratus rankNimbostratus
Nov 13, 2018

Whats the iControl REST API command to get FWR overlapping status

The TMSH to get the FWR overlapping status is

 

tmsh show security firewall policy myPolicyName rules overlapping-status

 

Whats the iControl REST API equivalent ? I tried the following but it does not work.

it gives

 

{ "code": 404, "message": "Object not found - overlapping-status", "errorStack": [], "apiError": 1 }

 

1 Reply

  • Hello Alan

     

    If you issue this command

     

    curl -sk -u username:password -X GET -H "Content-type: application/json" ~/stats

     

    The output will provide the overlap status

     

    "overlapType": { "description": "redundant" }

     

    Hope this help, if not you can slack me too :P

     

    Scott