XSOAR Incident Re Run

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

XSOAR Incident Re Run

L1 Bithead

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 

2 REPLIES 2

L1 Bithead

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.

L1 Bithead

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 ?

 

  • 369 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!