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.
Hi,I have an FMC with 1260 TCP/UDP protocol objects configured in it. However when I try to pull down all the objects via a python script using a GET request using this URL: https://10.0.0.1/api/fmc_config/v1/domain/12345678-12345678/object/protocolp...
Hi
I am able to use API-Explorer to add a new access rule to an access policy via this JSON:
{ "action": "ALLOW", "enabled": true, "type": "AccessRule", "name": "Rule1", "sourceNetworks": { "objects": [ { "type": "Network", "overridable": false, "i...
I am having a look at the FMC API via API Explorer but I can't find where an interfaces IP address is? If I go to "object/interfaceobjects", here is an example of Response text if I do a GET:
"items": [ { "name": "inside", "id": "8ce5bde6-xxx", "ty...
I'm running BGP on an ASA 5512-X (Version 9.7(1))
I am trying to see the received routes from a BGP peer before filtering is applied, however I receive this error:
# show bgp neighbors 192.168.198.2 received-routes
% Inbound soft reconfiguration not...
Does any know if it possible to use one of the new VTI interfaces available in 9.7(1) to create a IPSEC VPN to another ASA running older code and only able to use crypto maps? Has anyone tried to do it and succeeded?
Mark
Looks like creating categories via the API isn't possible at the moment:
https://community.cisco.com/t5/firepower/how-to-get-post-accessrule-categories/m-p/3380605#M9641
Answering my own question to some extent: if there is an existing category in Mandatory, you can define the category on the query string of the POST which creates the access rule. The access rule is then placed in to the category inside Mandatory.
No...
Hi Matty-boy,
I've just started looking at the FMC API and also couldn't find a way to obtain the serial number for managed devices. It would be useful. Hopefully someone will know...
Regards,Mark
Answering myself:In API-Explorer go to "Devices"Click on devices/devicerecordsRun GETObtain the UUID of the device whose Interface of the IP address you want to know.Put the UUID of this device into the "Container UUID"Click GET next to physicalinter...