curl --request POST \
--url https://nvidia.casebender.com/api/v1/playbooks/{id}/trigger \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"caseId": "<string>",
"alertId": "<string>",
"taskId": "<string>",
"context": {}
}
'Manually trigger a playbook execution
curl --request POST \
--url https://nvidia.casebender.com/api/v1/playbooks/{id}/trigger \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"caseId": "<string>",
"alertId": "<string>",
"taskId": "<string>",
"context": {}
}
'