Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Firepower Management Center API - Object Management
One of my customers, recently migrated to Cisco Firepower Threat Defense. One of the challenges that I ran into was the ASA Configuration migration script from Cisco duplicated objects in Firepowe...
michmcda,
The documentation is lacking. Are you utilizing the api-explorer built-in to Firepower? I ended up do a lot of trial and error with Postman. Check out the links below too. Also, you can post your JSON syntax, so I can look at it.
Postman:...
See my python script below. It will allow you to dump the whole ACP to a CSV. It will not break out the network or port objects, but will give you a good way to review the rules.
https://github.com/scourge71/fmcapi
I created a new python script that will utilize the API to create a CSV of the Access Control Policy. See the link below for all the FMC Python scripts.
https://github.com/scourge71/fmcapi