sensor_download_info
Returns a set of Sensor Installers which match the filter criteria.
Added in version 4.0.0
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
filter | str | No | The filter expression that should be used to limit the results using FQL (Falcon Query Language) syntax. See the return values or CrowdStrike docs for more information about the available filters that can be used. |
Examples
Section titled “Examples”- name: Get all Linux Sensor Installers crowdstrike.falcon.sensor_download_info: filter: "platform:'linux'"
- name: Get all Windows Sensor Installers sorted by version crowdstrike.falcon.sensor_download_info: filter: "platform:'windows'" sort: "version|desc"
- name: Get all zLinux(s390x) Sensor Installers crowdstrike.falcon.sensor_download_info: filter: "platform:'linux' + architectures:'s390x'"Return Values
Section titled “Return Values”| Key | Type | Description |
|---|---|---|
installers | A |