Skip to main content
POST
/
playbooks
/
{id}
/
trigger
Trigger playbook
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": {}
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Path Parameters

id
string
required

Body

application/json
caseId
string
alertId
string
taskId
string
context
object

Response

200

Default Response