- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.legacyPlaybooks.legacyGetWorkflowInstance
legacyPlaybooks.legacyExecuteManualStep returns the Instance (done \ pending) that was created for a given case+alert Identifier combo and the wf identifier.
HTTP request
Path parameters
| Parameters | |
|---|---|
| instance | 
 Required. The instance to get the workflow instance for. Format: projects/{project}/locations/{location}/instances/{instance} | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| {
  "caseId": string,
  "alertIdentifier": string,
  "definitionIdentifier": string,
  "nestedStepIdentifier": string,
  "parentWorkflowInstanceId": string,
  "loopsRequestedIterations": [
    {
      object ( | 
| Fields | |
|---|---|
| caseId | 
 Required. The case id. | 
| alertIdentifier | 
 Optional. The alert identifier. | 
| definitionIdentifier | 
 Required. The definition identifier. | 
| nestedStepIdentifier | 
 Optional. The nested step identifier. | 
| parentWorkflowInstanceId | 
 Optional. The parent workflow instance id. | 
| loopsRequestedIterations[] | 
 Optional. The loops requested iterations. | 
| parentWorkflowLoopIteration | 
 Optional. The parent workflow loop iteration. | 
| shouldFetchSteps | 
 Optional. Indicates if the steps should be fetched. | 
| collapseBlocks | 
 Optional. Indicates if the blocks should be collapsed. | 
Response body
If successful, the response body contains an instance of ApiWorkflowInstanceDataModel.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the instance resource:
- chronicle.legacyPlaybooks.get
For more information, see the IAM documentation.