[ BUG ] QueryDevicesByFilter Offset response
See original GitHub issueUsing the service class to call the ‘QueryDevicesByFilter’ function recently (within the last day or so) started returning an offset pointer similar to the ‘QueryDevicesByFilterScroll’ function rather than an integer value. The uber class seems to be working as expected.
To Reproduce
call falcon.QueryDevicesByFilter
from Service Class
Expected behavior Expecting an offset value as an integer in the pagination section of the response
Environment (please complete the following information):
- OS: macOS 11.5.2
- Python 3.9.6
Additional context
Calling the same function from the uber class returns an integer value as expected.
falcon.command('QueryDevicesByFilter')
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Hosts - falconpy.io
Search for hosts in your environment by platform, hostname, IP, and other criteria with continuous pagination capability (based on offset pointer which ...
Read more >FalconPy & Export list of machines to csv : r/crowdstrike - Reddit
QueryDevicesByFilter (limit=limit, offset=offset) new_offset ... According the error message above, this file is not present so an error is ...
Read more >1285224 – Time offset error: Host times seems to be adrift
Description of problem: After doing a deployment of RHCI and RHEVM, there is a message in every host report: Host times seems to...
Read more >CrowdStrike Falcon Host (OAuth Based)
Offset, The first detection to return, where 0 is the latest detection. ... stderr: error response of running the RTR command on the...
Read more >CrowdStrike Falcon Event Streams Add-on
Understanding the Event Streams API and Offset Values ... The TA will examine the API response to determine the number of URL feeds...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
just edited my initial post as I pasted the wrong function. should be
falcon.QueryDevicesByFilter
sounds good. Glad you were able to confirm and I appreciate the quick response!