Creates bulk DOS event with relationships and indicators
POST/accounts/{account_id}/cloudforce-one/events/create/bulk/relationships
This method is deprecated. Please use event_create_bulk instead
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Creates bulk DOS event with relationships and indicators
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/cloudforce-one/events/create/bulk/relationships \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
-d '{
"data": [
{
"category": "Domain Resolution",
"date": "2022-04-01T00:00:00Z",
"event": "An attacker registered the domain domain.com",
"raw": {
"data": {
"foo": "bar"
}
},
"tlp": "amber"
}
],
"datasetId": "durableObjectName"
}'{
"createdEventsCount": 0,
"createdIndicatorsCount": 0,
"createdRelationshipsCount": 0,
"errorCount": 0,
"errors": [
{
"error": "error",
"eventIndex": 0
}
]
}Returns Examples
{
"createdEventsCount": 0,
"createdIndicatorsCount": 0,
"createdRelationshipsCount": 0,
"errorCount": 0,
"errors": [
{
"error": "error",
"eventIndex": 0
}
]
}