Skip to content

Confirm FalconAdminCommand

bk-cs edited this page Oct 21, 2022 · 16 revisions

Confirm-FalconAdminCommand

SYNOPSIS

Verify the status of a Real-time Response 'admin' command issued to a single-host session

DESCRIPTION

Confirms the status of an executed 'admin' command. The single-host Real-time Response APIs require that commands be confirmed to 'acknowledge' that they have been processed as part of your API-based workflow. Failing to confirm after commands can lead to unexpected results.

A 'sequence_id' value of 0 is added if the parameter is not specified.

Requires 'Real Time Response (Admin): Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
SequenceId Int32 Sequence identifier
CloudRequestId String X X Command request identifier

SYNTAX

Confirm-FalconAdminCommand [[-SequenceId] <Int32>] [-CloudRequestId] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

SDK Reference

falconpy

RTR-CheckAdminCommandStatus

USAGE

2022-10-21: PSFalcon v2.2.3

Clone this wiki locally