LegacyCase

Case contains SOAR case information. NEXT_TAG: 8

JSON representation
{
  "id": string,
  "soarPlatformInfo": {
    object (SoarPlatformInfo)
  },
  "displayName": string,
  "stage": string,
  "priority": enum (Priority),
  "status": enum (Status),
  "alertIds": [
    string
  ]
}
Fields
id

string

Id of the case.

soarPlatformInfo

object (SoarPlatformInfo)

Case related info of this same case in customer's SOAR platform.

displayName

string

Display name of the Case.

stage

string

Stage of the Case. Predefined values include "Triage", "Assessment", "Investigation", "Incident", "Improvement", "Research". And users can define custom string values.

priority

enum (Priority)

Case Priority.

status

enum (Status)

Case Status.

alertIds[]

string

Alert IDs that are part of this case.

SoarPlatformInfo

Related info of Case in customer's SOAR platform.

JSON representation
{
  "caseId": string,
  "responsePlatformType": enum (ResponsePlatformType)
}
Fields
caseId

string

Id of the case in SOAR product.

responsePlatformType

enum (ResponsePlatformType)

Type of SOAR product.

ResponsePlatformType

Available response platforms.

Enums
RESPONSE_PLATFORM_TYPE_UNSPECIFIED Response platform not specified.
RESPONSE_PLATFORM_TYPE_SIEMPLIFY Siemplify