Request for executing a manual action.
| JSON representation |
|---|
{
"targetEntities": [
string
],
"parameters": {
string: string,
...
},
"displayName": string,
"integration": string,
"integrationInstance": string,
"externalEntities": [
{
object ( |
| Fields | |
|---|---|
targetEntities[] |
Required. The target entities. repeated AgentSecurityEntity targetEntities = 1 [ |
parameters |
Optional. The parameters. An object containing a list of |
displayName |
Required. The action name. |
integration |
Required. The integration |
integrationInstance |
Required. The integration instance. |
externalEntities[] |
Optional. The list of external target entities that do not need to be associated with the alert. |
ExternalEntity
Represents an external target entity that does not have to be associated with the alert.
| JSON representation |
|---|
{ "entityId": string, "entityType": string } |
| Fields | |
|---|---|
entityId |
Required. The unique identifier of the target entity (e.g., an email address or IP address). |
entityType |
Required. The type of the entity (e.g., USERUNIQNAME, ADDRESS, HOSTNAME). Must match values defined in the master EntityType contract. |