메인 콘텐츠로 건너뛰기
POST
/
alerts
/
create-case
Create Case from Alert
curl --request POST \
  --url https://local.casebender.com:3000/api/alerts/create-case \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "title": "<string>",
  "statusValue": "<string>",
  "severity": 2,
  "alertIds": [
    "<string>"
  ],
  "description": "",
  "count": 1,
  "type": "<string>",
  "source": "<string>",
  "sourceRef": "<string>",
  "externalLink": "<string>",
  "tlp": 2,
  "pap": 2,
  "customFields": {},
  "teams": [
    {
      "id": "<string>"
    }
  ],
  "tags": [
    {
      "id": 123
    }
  ],
  "organizations": [
    {
      "id": "<string>"
    }
  ],
  "observables": [
    {
      "dataType": "<string>",
      "data": "<string>",
      "attachment": "<string>"
    }
  ],
  "assigneeId": "<string>",
  "clientId": "<string>",
  "clientName": "<string>"
}
'
{
  "caseId": "<string>"
}

인증

X-Api-Key
string
header
필수

본문

application/json
title
string
필수
statusValue
string
필수
severity
integer
필수
필수 범위: 1 <= x <= 4
alertIds
string[]
필수
description
string
기본값:""
count
integer
기본값:1
type
string
source
string
sourceRef
string
tlp
integer
필수 범위: 0 <= x <= 4
pap
integer
필수 범위: 0 <= x <= 4
customFields
object
teams
object[]
tags
object[]
organizations
object[]
observables
object[]
assigneeId
string
clientId
string
clientName
string

응답

Successful response

caseId
string
필수