crowdstrike-falcon-scheduled-reports
Lists the execution history of CrowdStrike Falcon scheduled reportes.
Syntax
crowdstrike-falcon-scheduled-reports [profile=STRING] [name=STRING] [duration=STRING] [from=DATETIME] [to=DATETIME] [order=STRING] [only-success=BOOL] [only-last=BOOL]
Options
- profile=STRING
- Optional. Connect profile code of CrowdStrike Falcon
- name=STRING
- Optional. Scheduled report names for filtering (comma-separated). If not specified, all scheduled reports will be processed.
- duration=STRING
- Optional. Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10smeans data from 10 seconds earlier. - from=DATETIME
- Optional. Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=DATETIME
- Optional. End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- order=STRING
- Optional. Retrieve direction.
descorasc(default:desc). Cannot be used together with the only-last option. - only-success=BOOL
- Optional. Retrieve only successful execution result.
torf(default:f) - only-last=BOOL
- Optional. Retrieve only the latest execution result.
torf(default:f). The order option cannot be used together.
Output fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | Connect profile code |
| id | String | ID | Report ID |
| name | String | Name | Report name |
| created | Date | Created | Report creation time |
| status | String | Status | Report status |
| expire_time | Date | Expire Time | Report expiry time |
| format | String | Format | Report format (json, csv, pdf) |