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>",
"days": 123,
"startDate": "<string>",
"endDate": "<string>",
"statuses": [
"NEW"
],
"verdict": "MALICIOUS",
"severity": "INFORMATIONAL",
"onlyWasEscalated": true,
"onlyWasContained": true,
"onlyWasMobile": true,
"onlyWasMonitored": true,
"onlyChatOps": true,
"integrationPlatform": "aws",
"categoryClass": "ENDPOINT",
"category": "OTHER__DIAGNOSTIC",
"createdAt": {
"gt": "<string>",
"gte": "<string>",
"lt": "<string>",
"lte": "<string>"
},
"groupIds": [
"<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>",
"days": 123,
"startDate": "<string>",
"endDate": "<string>",
"statuses": [
"NEW"
],
"verdict": "MALICIOUS",
"severity": "INFORMATIONAL",
"onlyWasEscalated": true,
"onlyWasContained": true,
"onlyWasMobile": true,
"onlyWasMonitored": true,
"onlyChatOps": true,
"integrationPlatform": "aws",
"categoryClass": "ENDPOINT",
"category": "OTHER__DIAGNOSTIC",
"createdAt": {
"gt": "<string>",
"gte": "<string>",
"lt": "<string>",
"lte": "<string>"
},
"groupIds": [
"<string>"
]
},
"excludedCaseIds": [
"<string>"
]
}
'{
"jobId": "<string>",
"totalCount": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt
Use this file to discover all available pages before exploring further.
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