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
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 L(FalconPy documentation,https://www.falconpy.io/Service-Collections/Sensor-Update-Policy.html#available-filters-2) |
Examples
Section titled “Examples”- 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"Return Values
Section titled “Return Values”| Key | Type | Description |
|---|---|---|
policies | - |