Get FalconCidGroup - CrowdStrike/psfalcon GitHub Wiki
Search for Falcon Flight Control CID groups
Requires 'Flight Control: Read'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String[] | CID group identifier | X | X | |||
Name | String | CID group name | |||||
Sort | String | Property and direction to sort results |
last_modified_timestamp.asc last_modified_timestamp.desc name.asc name.desc
|
||||
Limit | Int32 | Maximum number of results per request | 1 |
5000 |
|||
Offset | Int32 | Position to begin retrieving results | |||||
Detailed | Switch | Retrieve detailed information | |||||
All | Switch | Repeat requests until all available results are retrieved | |||||
Total | Switch | Display total result count instead of results |
Get-FalconCidGroup [[-Name] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconCidGroup -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
GET /mssp/entities/cid-groups/v2
GET /mssp/queries/cid-groups/v1
queryCIDGroups
getCIDGroupByIdV2
Get-FalconCidGroup [-Detailed] [-All]
Get-FalconCidGroup -Id <id>, <id>
2023-04-25: PSFalcon v2.2.5