Skip to content

sensor_update_policy_info

Returns a set of Sensor Update Policies which match the filter criteria. See the L(FalconPy documentation,https://falconpy.io/Service-Collections/Sensor-Update-Policy.html#queryCombinedSensorUpdatePoliciesV2)

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 L(FalconPy documentation,https://www.falconpy.io/Service-Collections/Sensor-Update-Policy.html#available-filters-2)
- name: Get all Sensor Policies
crowdstrike.falcon.sensor_update_policy_info:
- name: Get enabled windows Sensor Policies
crowdstike.falcon.sensor_update_policy_info:
filter: "platform_name:'Windows'+enabled:'true'"
- name: Get Sensor Policies and sort ascending by platform_name
crowdstike.falcon.sensor_update_policy_info:
sort: "platform_name.asc"
KeyTypeDescription
policies-