createResponseAction
You can use this method to take response actions on user nodes generated in GravityZone XDR incidents or your own SOC generated incidents. You can make the request based on an XDR incident ID, or based on user data specified in the node.
Parameters
Parameter | Description | Included in request | Type | Values |
|---|---|---|---|---|
| The username involved in the event. | Mandatory if If | String | No additional requirements. |
| The email ID associated to the user node. | Mandatory if | String | No additional requirements. |
| Use this parameter to determine the action you want to take and the type of environment you want to take it on. | Mandatory | Integer | Possible value:
|
| The ID of the incident to which the user nodes belong. | Either | String | No additional requirements. |
| The information required to identify the integration used for importing the user. | Object | Refer to |
Objects
integrationIdentifiers
For deactivating an AWS user
Parameter | Description | Included in request | Type | Values |
|---|---|---|---|---|
| The ID of the company where the integration was performed. | Mandatory | String | No additional requirements. |
| The AWS Access Key ID used when configuring the AWS integration. It identifies the specific AWS account through which the deactivation request will be executed. This ensures that the “Deactivate AWS user” action is applied in the correct AWS environment. | Mandatory | String | No additional requirements. |
Return value
Attribute | Type | Description |
|---|---|---|
| String | The ID of the response action created. |
Examples
Request
Response
{
"id": "7d2864e9-c67b-48a2-9ba3-0a11d47e83c8",
"jsonrpc": "2.0",
"result": "6560a95884f89d6eca0b61b1"
}