- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Full name: projects.locations.instances.enrichmentAgent.fetchActions
List all actions that can be executed on a given SIEM alert.
HTTP request
GET https://{endpoint}/v1alpha/{parent}/enrichmentAgent:fetchActions
Where {endpoint} is one of the supported service endpoints.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent, which owns the collection of actions. |
Query parameters
| Parameters | |
|---|---|
siemAlertId |
Required. The identifier of the SIEM alert. |
Request body
The request body must be empty.
Response body
Response for enrichmentAgent.fetchActions.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"parent": string,
"integrations": [
{
object ( |
| Fields | |
|---|---|
parent |
Output only. The parent, which owns the collection of actions. |
integrations[] |
List of all integrations that can be used to execute actions on the SIEM alert. |
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.enrichmentAgent.get
For more information, see the IAM documentation.