defense_record_block
Log a defense action blocking a threat, track its performance, and flag false positives to adjust rules automatically.
Instructions
Record that a defense blocked a threat.
Used to track defense performance. Mark false positives to auto-tune rules. Requires Pro tier or Novyx Cloud.
Args: defense_id: The defense rule that blocked the threat. is_false_positive: Whether this block was a false positive (default False).
Returns: JSON string confirming the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| defense_id | Yes | ||
| is_false_positive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |