Network Security

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

When trying to create a new Flex Config in the API-Explorer, I get the an error message. Anyone that has gotten this to work?  curl -X 'POST' \ '/api/fmc_config/v1/domain/ID/policy/flexconfigpolicies' \ -H 'accept: application/json' \ -H 'Conte...

rubenapi by Frequent Visitor
  • 546 Views
  • 0 replies
  • 0 Helpful votes

i am using the CDO (SCC) API to onboard a FTD with serial number with ZTP, but when i send my post request with the data below {   "fmcAccessPolicyUid": "<access_policy_uid>",   "licenses": "[BASE]",   "name": "<device_name>",   "serialNumber": "<de...

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...

starrychloe by Community Member
  • 14483 Views
  • 1 replies
  • 0 Helpful votes

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 ...

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...

podvarka by Level 1
  • 2969 Views
  • 2 replies
  • 0 Helpful votes

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...