DevNet Security

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

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Activity in DevNet Security

SFMC POST flexconfigpolicies

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 Level 1
  • 56 Views
  • 0 replies
  • 0 Helpful votes

Resolved! CDO API returns empty response

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

Query Regarding Cisco XDR Platform

Hello everyone! I’m new to the Cisco XDR platform and I've couple of queries which I've listed below, if someone could help:1. How can I build integrations within the Cisco XDR platform? I’ve noticed many third-party integrations, such as CrowdStrike...

Securex Dashboard Integration tiles

Hi i'm working on an intregation and I want to import some data to securex dashboard. I'm following this devnet tutorial > https://developer.cisco.com/learning/modules/securex-serverless-relay-modules/SecureX-7-Dashboard-Tiles/different-securex-dashb...

lschwabd by Cisco Employee
  • 1206 Views
  • 3 replies
  • 1 Helpful votes

If we write code, how much security should we know?

In August of this year, I attended BlackHat USA and DefCon for the first time. As a developer, it's not lost on me that security begins at the code-level; nor is it lost on me that no matter what your programming background is, very rarely are secure...

IMG_4304(1).jpg

Resolved! Stealthwatch Cloud API not resolving alert

I'm trying to resolve alerts using our SOAR automation.  I'm using the api/v3/alerts/alert/<alert_id> endpoint and this PUT command body: { "resolved": true, "merit": 8, }  I'm receiving a status code 200 from Stealthwatch, so it seems like it ac...

m2oswald by Level 1
  • 503 Views
  • 6 replies
  • 0 Helpful votes

FDM S2S VPN API

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

ipagliani by Level 1
  • 342 Views
  • 1 replies
  • 0 Helpful votes

ISE ERS API returns 502

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

Resolved! Cisco ISE and ServiceNow automation!!!

Hi All,i tried to find Cisco Documentation where i can get Cisco ISE and Servicenow automation.i am trying to automate the Networkdevice addition/Deletion using servicenow, any documentation or link which help me to understand the process that would ...