REST Resource: projects.locations.instances.caseStageDefinitions

Resource: CaseStageDefinition

This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. CaseStageDefinitions represents a stage in the lifecycle of a case.

JSON representation
{
  "name": string,
  "displayName": string,
  "order": integer
}
Fields
name

string

Identifier. The resource name of the CaseStageDefinition. Format: projects/{project}/locations/{location}/instances/{instance}/caseStageDefinitions/{caseStageDefinition}

displayName

string

Required. Immutable. The display name of the new stage to create. The display name must be unique within the instance. The display name must not contain special characters.

order

integer

Required. Immutable. Defines the case stage order in the lifetime of a case.

Methods

create

Create a stages available for case management.

delete

Delete a stages available for case management.

get

Get specific stage available for case management.

list

Lists all stages available for case management.

patch

Update a stages available for case management.