Cases
Create Case
Create a new case given a populated case object as input.
post/connect/case/
Request body
Example request
{
"assigneeId": "022d1936-6ca3-49c1-b3ee-6a5b27d1b8b1",
"category": "general",
"completeTime": "2024-11-14T15:33:02Z",
"createTime": "2024-11-14T15:03:22Z",
"description": "Discovered anomalous events during the overnight hours of November 14-15. Atypical large network volumes passed through SMTP server.",
"id": "PdFc-JIBLkNJ8-bDfz47",
"kind": "case",
"operation": "create",
"pap": "white",
"priority": 1,
"severity": "high",
"startTime": "2024-11-14T15:03:22Z",
"status": "new",
"tags": [
"pending",
"confirmed"
],
"template": "some_case_id_to_be_used_as_template",
"title": "Possible intrusion via SMTP server",
"tlp": "red",
"updateTime": "2024-11-14T15:33:02Z",
"userId": "socl_my_new_client"
}Response
Outputs the case object including its generated ID.
Example response
{
"assigneeId": "022d1936-6ca3-49c1-b3ee-6a5b27d1b8b1",
"category": "general",
"completeTime": "2024-11-14T15:33:02Z",
"createTime": "2024-11-14T15:03:22Z",
"description": "Discovered anomalous events during the overnight hours of November 14-15. Atypical large network volumes passed through SMTP server.",
"id": "PdFc-JIBLkNJ8-bDfz47",
"kind": "case",
"operation": "create",
"pap": "white",
"priority": 1,
"severity": "high",
"startTime": "2024-11-14T15:03:22Z",
"status": "new",
"tags": [
"pending",
"confirmed"
],
"template": "some_case_id_to_be_used_as_template",
"title": "Possible intrusion via SMTP server",
"tlp": "red",
"updateTime": "2024-11-14T15:33:02Z",
"userId": "socl_my_new_client"
}