https://unilever.siemplify-soar.com/api/external/v1/playbooks/RerunBlock
Hi Team i want to execute this api endpoint to rerun the stuck block , but it is throwing out 500 error can Anyone share me the example value for the payload ?
{
"cyberCaseId": 0,
"alertGroupIdentifier": "string",
"alertIdentifier": "string",
"wfName": "string",
"inputParameters": [
{
"fieldName": "string",
"value": "string",
"matchType": 0
}
],
"originalWorkflowDefinitionIdentifier": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
For an easy way to get a sample payload for any API calls you are unsure of, the SOAR actually is able to provide them for you if you do the action yourself in the UI. To do this, open dev-tools (f12 in a chrome browser) and switch to the networking tab. Ensure it is recording, and click on the rerun button. Observe the calls that are made, find the RerunPlaybook Call, and check the payload that way. This can be done for all API calls you are unsure of.