Method: actions.fetchActionsByEnvironment

Full name: projects.locations.instances.integrations.actions.fetchActionsByEnvironment

Fetch actions by environment.

HTTP request


Path parameters

Parameters
parent

string

Required. The instance to list IntegrationActions for. Format: projects/{project}/locations/{location}/instances/{instance}/soar/integrations/{integration}

Query parameters

Parameters
environments[]

string

Required. List of environments. Query parameter.

includeWidgets

boolean

Required. Represents if the call should also return widgets or not. Query parameter.

Request body

The request body must be empty.

Response body

Response message for FetchActionsByEnvironment.

If successful, the response body contains data with the following structure:

JSON representation
{
  "actions": [
    {
      object (IntegrationAction)
    }
  ]
}
Fields
actions[]

object (IntegrationAction)

Required. List of actions that have integration instances in one of the given environments.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.