Expands Address, Address6 and Service groups into individual objects for firewall policies
Great for cleaning up poorly named groups converted from other systems such as ASAs
python degroup.py -fw <host> -p <port> -k <apikey> -vd <vdom>
The following pip packages are dependancies
- urllib3
- requests
- json
- argparse
GNU GPL 3.0 License applies.