Get FalconReconRule - CrowdStrike/psfalcon GitHub Wiki
Search for Falcon Intelligence Recon monitoring rules
Requires 'Monitoring rules (Falcon Intelligence Recon): Read'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String[] | Monitoring rule identifier | X | X | |||
Filter | String | Falcon Query Language expression to limit results | |||||
Query | String | Perform a generic substring search across available fields | |||||
Sort | String | Property and direction to sort results |
created_timestamp|asc created_timestamp|desc last_updated_timestamp|asc last_updated_timestamp|desc
|
||||
SecondarySort | String | Secondary property and direction to sort results |
created_timestamp|asc created_timestamp|desc last_updated_timestamp|asc last_updated_timestamp|desc
|
||||
Limit | Int32 | Maximum number of results per request | 1 |
500 |
|||
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-FalconReconRule [[-Filter] <String>] [[-Query] <String>] [[-Sort] <String>] [[-SecondarySort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconReconRule -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
GET /recon/entities/rules/v1
GET /recon/queries/rules/v1
Get-FalconReconRule [-Detailed]
2024-09-03: PSFalcon v2.2.7