curl --request POST \
--url https://api.wirespeed.co/cases/bulk-close \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"verdict": "MALICIOUS",
"caseIds": [
"<string>"
],
"filter": {
"filter": "<string>",
"search": "<string>",
"statuses": [
"NEW"
],
"verdict": "MALICIOUS",
"severity": "INFORMATIONAL",
"onlyWasEscalated": true,
"onlyWasContained": true,
"onlyWasMobile": true,
"onlyChatOps": true,
"integrationPlatform": "aws",
"categoryClass": "ENDPOINT",
"category": "OTHER__DIAGNOSTIC",
"createdAt": {
"gt": "<string>",
"gte": "<string>",
"lt": "<string>",
"lte": "<string>"
}
},
"excludedCaseIds": [
"<string>"
]
}
'{
"jobId": "<string>",
"totalCount": 123
}curl --request POST \
--url https://api.wirespeed.co/cases/bulk-close \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"verdict": "MALICIOUS",
"caseIds": [
"<string>"
],
"filter": {
"filter": "<string>",
"search": "<string>",
"statuses": [
"NEW"
],
"verdict": "MALICIOUS",
"severity": "INFORMATIONAL",
"onlyWasEscalated": true,
"onlyWasContained": true,
"onlyWasMobile": true,
"onlyChatOps": true,
"integrationPlatform": "aws",
"categoryClass": "ENDPOINT",
"category": "OTHER__DIAGNOSTIC",
"createdAt": {
"gt": "<string>",
"gte": "<string>",
"lt": "<string>",
"lte": "<string>"
}
},
"excludedCaseIds": [
"<string>"
]
}
'{
"jobId": "<string>",
"totalCount": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Verdict to apply to all cases
MALICIOUS, SUSPICIOUS, BENIGN Explicit list of case IDs to close
Filter to match cases (alternative to caseIds)
Show child attributes
Case IDs to exclude when using filter mode