Skip to content

Invoke FalconAlertAction

bk-cs edited this page Sep 22, 2022 · 19 revisions

Invoke-FalconAlertAction

SYNOPSIS

Perform actions on alerts

DESCRIPTION

Requires 'Alerts: Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Name String add_tag
append_comment
assign_to_name
assign_to_user_id
assign_to_uuid
new_behavior_processed
remove_tag
remove_tags_by_prefix
show_in_ui
update_status
unassign
False False Action to perform
Value String False False Value for the chosen action
Id String[] `^[a-fA-F0-9]{32}:(aggind ind):[a-fA-F0-9]{32}:.+$`

SYNTAX

Invoke-FalconAlertAction [-Name] <String> [[-Value] <String>] [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally