- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-18-2024 12:04 AM
soemtimes for testing purpose we need to create similar incident again but I am stuck at this phase. I have exisiting incident and i want to re run it(either manually create, duplicate and re run it or just simply re run exisitng incident, or importing it) but the question is how?. How to get this? Cortex XSOAR
04-19-2024 05:25 AM
you can duplicate incident via API to get data:
https://XSOAR/incidents/search POST, simple search for incident id 25: {"userFilter":false,"filter":{"page":0,"size":50,"query":"id:25","sort":[{"field":"id","asc":false}]}}
then from response payload take "data", remove keys: "id", "investigationId", "version" and submit to another endpoint - https://XSOAR/incident POST
But actually what you are asking is part of playbook debugger functionality when you can reuse any incident which is already in the system without modifying it.
04-24-2024 11:35 PM
Thaks for your reply, No forexample there is an incident hitted with let's suppose severity level is high on specific playbook now i want to duplicate similar incident but with severity level low(not manual creating) or I want to export incident from dev xsoar and import and run on prod xsoar. how to get this ?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!