Skip to content

Get FalconStream

bk-cs edited this page Apr 28, 2023 · 17 revisions

Get-FalconStream

SYNOPSIS

Retrieve event streams

DESCRIPTION

Requires 'Event streams: Read'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
AppId String Connection label
Format String Format for streaming events [default: json] json
flatjson

SYNTAX

Get-FalconStream [-AppId] <String> [[-Format] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

GET /sensors/entities/datafeed/v2

falconpy

listAvailableStreamsOAuth2

USAGE

Start an event stream

Get-FalconStream -AppId psfalcon

2023-04-25: PSFalcon v2.2.5

Clone this wiki locally