Method: legacySdk.legacyAttacheWorkflowToCase

Full name: projects.locations.instances.legacySdk.legacyAttacheWorkflowToCase

Legacy RPC for attach workflow to case.

HTTP request


Path parameters

Parameters
instance

string

Required. The AttachWorkflowToCase request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:attachWorkflowToCase

Request body

The request body contains data with the following structure:

JSON representation
{
  "cyberCaseId": string,
  "alertGroupIdentifier": string,
  "alertIdentifier": string,
  "shouldRunAutomatic": boolean,
  "wfName": string,
  "originalWorkflowDefinitionIdentifier": string
}
Fields
cyberCaseId

string (int64 format)

Required. The case id to attach workflow to.

alertGroupIdentifier

string

Required. The alert group identifier.

alertIdentifier

string

Required. The alert identifier.

shouldRunAutomatic

boolean

Required. The should run automatic flag.

wfName

string

Required. The workflow name.

originalWorkflowDefinitionIdentifier

string

Required. The original workflow definition identifier.

Response body

The AttachWorkflowToCaseResponse message.

If successful, the response body contains data with the following structure:

JSON representation
{
  "payload": boolean
}
Fields
payload

boolean

The result of the attach workflow to case request.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.