- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Full name: projects.locations.instances.integrations.actions.fetchActionsByEnvironment
Lists actions that are executable within specified environments. Use this method to discover which automated tasks have active integration
instances configured for a particular network or organizational context.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1beta/{parent}/actions:fetchActionsByEnvironment Path parameters
| Parameters | |
|---|---|
parent |
Required. The instance to list IntegrationActions for. Format: projects/{project}/locations/{location}/instances/{instance}/soar/integrations/{integration} |
Query parameters
| Parameters | |
|---|---|
environments[] |
Required. List of environments. Query parameter. |
includeWidgets |
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 ( |
| Fields | |
|---|---|
actions[] |
Required. List of actions that have integration instances in one of the given environments. |
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 parent resource:
chronicle.integrationActions.get
For more information, see the IAM documentation.