Skip to content

Invoke FalconAlertAction

bk-cs edited this page Oct 6, 2022 · 19 revisions

Invoke-FalconAlertAction

SYNOPSIS

Perform actions on alerts

DESCRIPTION

Requires 'Alerts: Write'.

PARAMETERS

Name Type Min Max 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
Action to perform
Value String Value for the chosen action
Id String[] X X Alert identifier

SYNTAX

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

USAGE

2022-10-06: PSFalcon v2.2.3

Clone this wiki locally