- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Full name: projects.locations.instances.legacyPlaybooks.legacyGetWorkflowsContainsActionAsync
Returns a list of all playbooks that include the specified action. Use this method to assess the impact of modifying or removing a shared security action.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{instance}/legacyPlaybooks:legacyGetWorkflowsContainsActionAsync Path parameters
| Parameters | |
|---|---|
instance |
Required. The instance to get the workflow menu card with env filter for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
| Parameters | |
|---|---|
actionName |
Required. Action name to get the workflows that contains action for. |
Request body
The request body must be empty.
Response body
LegacyPlaybookGetWorkflowsContainsActionAsyncResponse is a response for getting the workflows that contains action asynchronously.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "payload": [ string ] } |
| Fields | |
|---|---|
payload[] |
Optional. The workflows that contains action. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
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.