Full name: projects.locations.instances.legacyPlaybooks.legacyRerunBlock
legacyPlaybooks.legacyRerunBlock reruns block on a given alert.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to rerun the block for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"cyberCaseId": string,
"alertGroupIdentifier": string,
"alertIdentifier": string,
"wfName": string,
"inputParameters": [
{
object ( |
Fields | |
---|---|
cyberCaseId |
Required. The cyber case id. |
alertGroupIdentifier |
Required. The alert group identifier. |
alertIdentifier |
Required. The alert identifier. |
wfName |
Required. The workflow name. |
inputParameters[] |
Optional. The input parameters. |
originalWorkflowDefinitionIdentifier |
Optional. The original workflow definition identifier. |
Response body
LegacyPlaybookRerunBlockResponse is a response for rerunning a block.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": {
object ( |
Fields | |
---|---|
payload |
Optional. The response is a workflow instance. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.