Full name: projects.locations.instances.legacySdk.legacyAttacheWorkflowToCase
Legacy RPC for attach workflow to case.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 |
Required. The case id to attach workflow to. |
alertGroupIdentifier |
Required. The alert group identifier. |
alertIdentifier |
Required. The alert identifier. |
shouldRunAutomatic |
Required. The should run automatic flag. |
wfName |
Required. The workflow name. |
originalWorkflowDefinitionIdentifier |
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 |
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.