Skip to content

Get FalconContainerCluster

bk-cs edited this page Oct 6, 2022 · 23 revisions

Get-FalconContainerCluster

SYNOPSIS

Search for Falcon Container Security clusters

DESCRIPTION

Requires 'Kubernetes Protection: Read'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Id String[] X X Cluster account identifier
Location String[] Cloud provider location
ClusterName String[] Cluster name
ClusterService String eks Cluster service
Limit Int32 Maximum number of results per request
Offset Int32 Position to begin retrieving results
All Switch Repeat requests until all available results are retrieved
Total Switch 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 20221006 using PSFalcon v2.2.3

Clone this wiki locally