crowdstrike-falcon-scheduled-report
Reads the result content of a scheduled report execution by its id.
Syntax
crowdstrike-falcon-scheduled-report [profile=STRING] id=STRING
Options
- profile=STRING
- Optional. Connect profile code of CrowdStrike Falcon
- id=STRING
- Required. Scheduled report ID to retrieve data
Output fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | CrowdStrike Falcon connect profile code |
| execution_id | String | Execution ID | The execution id that was read |
| _line_number | Int | Line number | CSV format only. The line after the header is 2 |
| _error | String | Error | Why the result could not be read |
| raw_content | String | Raw content | The original fragment that failed JSON parsing |
| raw_line | String | Raw line | The original line that failed CSV parsing |