Skip to content

sensor_download_info

Returns a set of Sensor Installers which match the filter criteria.

Added in version 4.0.0

ParameterTypeRequiredDefaultDescription
filterstrNoThe 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.
- 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'"
KeyTypeDescription
installersA