Skip to content

Get FalconContainerCluster

bk-cs edited this page Sep 22, 2022 · 23 revisions

Get-FalconContainerCluster

SYNOPSIS

Search for Falcon Container Security clusters

DESCRIPTION

Requires 'Kubernetes Protection: Read'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Id String[] True True Cluster account identifier
Location String[] False False Cloud provider location
ClusterName String[] False False Cluster name
ClusterService String eks False False Cluster service
Limit Int32 False False Maximum number of results per request
Offset Int32 False False Position to begin retrieving results
All Switch False False Repeat requests until all available results are retrieved
Total Switch False False Display total result count instead of results

SYNTAX

Get-FalconContainerCluster [[-Id] <String[]>] [[-Location] <String[]>] [[-ClusterName] <String[]>] [[-ClusterService] <String>] [[-Limit] <Int32>] [-Offset 
<Int32>] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally