- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.legacyPlaybooks.legacyGetWorkflowsContainsActionAsync
Get legacyGetWorkflowsContainsActionAsync returns workflows containing a specified action asynchronously.
HTTP request
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 the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.