create_assignment
Assign investigation tasks for accounts or hosts to specific users within the Vectra AI security platform to streamline threat analysis and incident response workflows.
Instructions
Create investigation assignment for an account or host
Returns:
str: Formatted string with assignment details.
Raises:
Exception: If assignment creation fails.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assign_to_user_id | Yes | ID of the user to assign the entity to | |
| assign_entity_id | Yes | ID of the entity (account or host) to assign. | |
| assign_entity_type | Yes | Type of the entity (account or host) to assign. This is the type of the entity specified in assign_entity_id |