Skip to content

Sensor Download - filtering for different operating systems #1245

Answered by jshcodes
mobious999 asked this question in Q&A
Discussion options

You must be logged in to vote

The filter keyword (which ultimately becomes the filter query string parameter when the request to the API is made) only supports FQL formatted strings.

You can use compound filters which might get you to what you're trying to return.

Example:

sensor.get_combined_sensor_installers_by_query(filter="platform:'linux'+os:'SLES'+os_version:'*zLinux*'")

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jshcodes
Comment options

Answer selected by mobious999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
sensor download Sensor download issues and questions FQL Issues or questions regarding Falcon Query Language
2 participants
Converted from issue

This discussion was converted from issue #1244 on October 31, 2024 06:18.