curl --request POST \
--url https://nvidia.casebender.com/api/v1/playbooks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"platform": "<string>",
"triggerEvent": "<string>",
"description": "<string>",
"webhookUrl": "<string>",
"webhookMethod": "<string>",
"webhookHeaders": {},
"payloadTemplate": "<string>",
"triggerConditions": {},
"isActive": true,
"organizationIds": [
"<string>"
]
}
'Create a new playbook
curl --request POST \
--url https://nvidia.casebender.com/api/v1/playbooks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"platform": "<string>",
"triggerEvent": "<string>",
"description": "<string>",
"webhookUrl": "<string>",
"webhookMethod": "<string>",
"webhookHeaders": {},
"payloadTemplate": "<string>",
"triggerConditions": {},
"isActive": true,
"organizationIds": [
"<string>"
]
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response