Skip to content

Get FalconSampleArchive

bk-cs edited this page Jan 17, 2023 · 2 revisions

Get-FalconSampleArchive

SYNOPSIS

Retrieve status for uploaded sample archives or a list of the files inside them

DESCRIPTION

Requires 'Sample uploads: Read'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
IncludeFiles Boolean Include list of file names
Limit Int32 Maximum number of results per request
Offset String Position to begin retrieving results
Id String X X Sample archive identifier
FileList Switch Return a list of files inside the sample archive

SYNTAX

Get-FalconSampleArchive [[-IncludeFiles] <Boolean>] -Id <String> [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconSampleArchive [[-Limit] <Int32>] [-Offset <String>] -Id <String> -FileList [-WhatIf] [-Confirm] [<CommonParameters>]

SDK Reference

falconpy

ArchiveGetV1
ArchiveListV1

USAGE

2023-01-17: PSFalcon v2.2.4

Clone this wiki locally