Get FalconIncident - CrowdStrike/psfalcon GitHub Wiki
Search for incidents
Requires 'Incidents: Read'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String[] | Incident identifier | X | X | |||
Filter | String |
Falcon Query Language expression to limit resultsassigned_to_name description end fine_score host_ids lm_host_ids lm_hosts_capped modified_timestamp name start state status tags users
|
|||||
Sort | String | Property and direction to sort results |
assigned_to.asc assigned_to.desc assigned_to_name.asc assigned_to_name.desc end.asc end.desc modified_timestamp.asc modified_timestamp.desc name.asc name.desc sort_score.asc sort_score.desc start.asc start.desc state.asc state.desc status.asc status.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-FalconIncident [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconIncident -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
GET /incidents/queries/incidents/v1
POST /incidents/entities/incidents/GET/v1
Get-FalconIncident [-Detailed] [-All]
2023-04-25: PSFalcon v2.2.5