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...
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 have an ISE deployment with a corrupted endpoint groups database that does not have any usable backups to restore from. After working with TAC we have determined that a new deployment will need to be created with my existing configurations. I have ...
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...
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...
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...
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...
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...
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...
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...
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 ...