Method: legacyPlaybooks.legacyGetWorkflowsContainsActionAsync

Full name: projects.locations.instances.legacyPlaybooks.legacyGetWorkflowsContainsActionAsync

Get legacyGetWorkflowsContainsActionAsync returns workflows containing a specified action asynchronously.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to get the workflow menu card with env filter for. Format: projects/{project}/locations/{location}/instances/{instance}

Query parameters

Parameters
actionName

string

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[]

string

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.