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.
We are planning to upgrade our Firepower Management Center (FMCv) from 7.4.2-172 to 10.0.0-141. Our application uses the FMC REST API only (no UI automation) and we need to confirm compatibility before upgrading. Current usage:Auth: fmc_platform/v1 (...
Hi everyone,I’m testing Cisco Secure Firewall Management Center (FMC) eStreamer FQE (7.4.x) and wanted to check behavior around ConnectionEvent export.What I’ve validated so fareStreamer client (python) connects successfully over TCP 8302 (mutual TLS...
Hi Community,I’m working on a Python automation script to clone an Access Control Policy (ACP) from a default template into a new customer-specific policy. The goal is to replicate the ACP structure exactly as in FMC:Sections: Mandatory and DefaultCa...
Hello Everyone,We are automating network configuration (IP, NAT, ACLs, zones, etc.) for Cisco FTDv using the FMC REST API.The FTD VM is provisioned on Nutanix Prism, where multiple NICs are attached with known MAC addresses and portgroups.We log each...
Hey everyone,I'm running into an issue while provisioning Cisco FTD on Nutanix using the V2 API. When I deploy the VM without a Day 0 configuration file, the default password works fine. However, when I attempt to set a custom password using vm_custo...
Hi @Jesus Illescas , thank you for the updateI’m also experiencing the same issue with the expired certificate.Unfortunately, my organization does not allow me to modify browser or security settings to bypass certificate warnings, so I’m currently un...
I was able to resolve this issue.The problem was with the encoded_userdata. I initially had the following line in my code:encoded_userdata = base64.b64encode(day0_config_content.encode()).decode()Removing that line entirely and just passing the raw J...
I was able to resolve this issue.The problem was with the encoded_userdata. I initially had the following line in my code:encoded_userdata = base64.b64encode(day0_config_content.encode()).decode()Removing that line entirely and just passing the raw J...
Thank you @Torbjørn for your insights!My main concern is whether Nutanix API alone can fully provision FTD, considering the following:Image Upload – Since FTD requires a QCOW2 image, it must first be uploaded to Nutanix Image Service before deployme...