Skip to content

Confirm FalconCommand

bk-cs edited this page Dec 12, 2022 · 17 revisions

Confirm-FalconCommand

SYNOPSIS

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

DESCRIPTION

Confirms the status of an executed 'read-only' 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: Read'.

PARAMETERS

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

SYNTAX

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

SDK Reference

falconpy

RTR_CheckCommandStatus

USAGE

2022-12-12: PSFalcon v2.2.3

Clone this wiki locally