Documentation Index

Fetch the complete documentation index at: https://developers.torq.io/llms.txt

Use this file to discover all available pages before exploring further.

Update verdict actions

Prev Next
Patch
/v1/triage/verdict-actions/{integration_id}

Applies a partial update to an alert source's verdict-based action configuration. Only fields listed in update_mask are modified. Changes apply to future alerts only.

Security
HTTP
Type bearer
Path parameters
integration_id
stringRequired

The alert source ID to update. This property is required.

Body parameters
Expand All
object
update_mask
string

The fields to update. The only supported value is "verdictActions" — field-mask paths use lowerCamelCase (the proto3 JSON convention), not snake_case. Fields not listed are left unchanged. This property is required.

ExampleverdictActions
verdict_actions
Array of object (torq.public.triage.v1.VerdictActionMapping)

The verdict-to-action mappings to update. When listed in update_mask, each entry overrides the action for its verdict. Verdicts not listed keep their current action.

object

A single mapping from a verdict to its post-triage action.

verdict
string

The verdict. Accepted values: "True Positive - Malicious", "True Positive - Benign", "False Positive".

Valid values[ "True Positive - Malicious", "True Positive - Benign", "False Positive" ]
action
string

The post-triage action for this verdict. Accepted values: "open_case", "trigger_workflow", "do_nothing".

Valid values[ "do_nothing", "trigger_workflow", "open_case" ]
Responses
200

A successful response.

Expand All
object
config
object (torq.public.triage.v1.VerdictActionConfig)

The verdict-based action configuration for an alert source.

integration_id
string

The alert source identifier.

verdict_actions
Array of object (torq.public.triage.v1.VerdictActionMapping)

The verdict-to-action mappings, one entry per verdict.

object

A single mapping from a verdict to its post-triage action.

verdict
string

The verdict. Accepted values: "True Positive - Malicious", "True Positive - Benign", "False Positive".

Valid values[ "True Positive - Malicious", "True Positive - Benign", "False Positive" ]
action
string

The post-triage action for this verdict. Accepted values: "open_case", "trigger_workflow", "do_nothing".

Valid values[ "do_nothing", "trigger_workflow", "open_case" ]
updated_at
string (date-time)

The timestamp when the configuration was last updated.

401

Invalid bearer token. If you receive this message more than once try creating a new Client ID/Client Secret or generating a new bearer token.

object
403

You don't have permission to access this resource.

object