Good Day All,Looking for some assistance in using the CDO API to update an object. Object is a Network List, nested within Network Lists and Feeds inside Security Intelligence. File is a .txt and trying to find a way to use our automation to upload...
-
ASA
(3) -
Cisco Defense Orchestrator (CDO)
(1) -
Firepower and AMP for endpoints
(10) -
General
(1) -
General bug
(1) -
Identity Services Engine (ISE)
(61) -
ISE
(5) -
Other Cloud Topics
(1) -
Other ISE Topics
(1) -
Other Mobility Topics
(1) -
Other Security Topics
(13) -
pxGrid
(29) -
Secure Network Analytics
(1) -
Stealthwatch
(9) -
Threat Defense
(8) -
Threat Defense Manager
(5)
- « Previous « Previous
- Next » Next »
Forum Posts
Hello Everyone!Curious if anyone else is automating the configuration and maintaining of Tags/Host Groups in Secure Network Analytics (formerly Stealthwatch) via the API. I've been working on automation that would sync this information utilizing our...
Ciao, I'm playing with API explorer of Cisco FDM but I didn't see API for site 2 site VPN. Could you confirm me if it is supported? Thanks
I was able to authenticate through Contact Center Express (and Active Directory SAML) for a custom app using the SDK and documentation. https://developer.cisco.com/docs/contact-center-express/#!cisco-identity-service-client-sdk-guide/during-agent-log...
Hello, I've been tasked to create a script that replicates MAB entries from one deployment to another using the ciscoisesdk. In my case I have 3 source sites with 1 ISE node each and a target site with 2 ISE nodes in a distributed deployment. All of ...
HiI am currently in the process of automated an ISE build via Ansible, as part of that build additional RADIUS vendor attributes are required. In it's current form this is uploaded as a text file but I'd also like to automate this function but I cann...
Looking for some guideline to Copy Site to Site VPN Config. I have 100+ Site to Site VPN Topology Config which I need to move to another different FMC Source FMC is a VM and Destination FMC is Hardware. Is it possible I can use RESTAPI or Python to...
Hello, need to migrate ASA configuration to Firepower Management Center.There is tool for migration, but it do not do some tasks - for instance client VPNs.I have many group policies and it is terrible work to fill it in GUI. I found that REST API ca...
We are part of the User Experience Research team at Cisco. We are looking for customers who troubleshoot issues with their Cisco assets to learn more about what resources they access before they open a case with Cisco support. This is a unique chance...
Resolved! Automation with ISE ERS API
Hello everyone, I am trying to automate adding network devices to ISE using python API calls to ISE with the requests module and using JSON for the modifying of the data. Here is an example of the code: #### import requestsimport requests.authimpor...
Hello Cisco Community, I hope this post finds you well. I'm encountering an issue while using Ansible to manage my Cisco Firepower Threat Defense (FTD) firewall. Specifically, I'm trying to create a network object, but I keep running into the error m...
I'm encountering an issue when using the ftd_configuration module in Ansible to configure network objects on Cisco FTD devices. Despite following the documentation and using parameters that seem correct, I receive an error indicating 'Invalid data pr...
Hi everyone, I've been exploring the Firepower Management Center (FMC) REST API, and I'm having trouble finding a method to add certificate enrollments to devices. I've successfully created certificate enrollments using the /api/fmc_config/v1/domain/...
Hello, I had a few questions about working with the Cisco sandbox tool: I had created a few instances of the Cisco Secure Network Analytics and have experimented with the tools and credentials provided. Working in these sandbox environments, I notice...
Resolved! FTD - DHCPRelayService
Hello,via API-Explorer with put dhcprelayservices working fine, but per ansible i get only first value but no server and agent records.Code via API-Explorer is working:{ "version": "m2l3jneotn6e4", "name": "NAME_DHCP-RELAY-SERVER", "ipv4RelayTi...