Cases
Create Case Comment
Add a new comment to an existing case.
post/connect/case/comments/
Request body
Example request
{
"caseId": "PdFc-JIBLkNJ8-bDfz47",
"createTime": "2024-11-14T15:03:22Z",
"description": "Discovered another anomaly around the same time involving missing logs on server xyz.",
"hours": 2.5,
"id": "PdFc-JIBLkNJ8-bDfz47",
"kind": "case",
"operation": "create",
"updateTime": "2024-11-14T15:33:02Z",
"userId": "socl_my_new_client"
}Response
Outputs the comment object including its generated ID.
Example response
{
"caseId": "PdFc-JIBLkNJ8-bDfz47",
"createTime": "2024-11-14T15:03:22Z",
"fields": {
"client.ip": "1.2.3.4",
"client.port": "1099"
},
"id": "PdFc-JIBLkNJ8-bDfz47",
"kind": "case",
"operation": "create",
"updateTime": "2024-11-14T15:33:02Z",
"userId": "socl_my_new_client"
}