curl --request POST \
--url https://nvidia.casebender.com/api/v1/alerts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"severity": 2.5,
"statusValue": "<string>",
"description": "<string>",
"tlp": 2,
"pap": 2,
"type": "<string>",
"source": "<string>",
"sourceRef": "<string>",
"externalLink": "<string>",
"count": 1,
"clientId": "<string>",
"clientName": "<string>",
"tags": [
{
"id": "<string>"
}
],
"teams": [
{
"id": "<string>"
}
],
"organizations": [
"<string>"
],
"customFields": {}
}
'Create a new alert
curl --request POST \
--url https://nvidia.casebender.com/api/v1/alerts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"severity": 2.5,
"statusValue": "<string>",
"description": "<string>",
"tlp": 2,
"pap": 2,
"type": "<string>",
"source": "<string>",
"sourceRef": "<string>",
"externalLink": "<string>",
"count": 1,
"clientId": "<string>",
"clientName": "<string>",
"tags": [
{
"id": "<string>"
}
],
"teams": [
{
"id": "<string>"
}
],
"organizations": [
"<string>"
],
"customFields": {}
}
'API key authentication. Use format: Bearer cbr_live_your_key
1 - 5001 <= x <= 40 <= x <= 40 <= x <= 3Show child attributes
Show child attributes
Default Response