Dave_Lee
2 years agoAdvisor
API Filtering
Hi all I’m hoping someone might be able to steer me in the right direction! I’m trying to put together a filter to pull back devices that have: system.azure.tag.environment = production system....
Any reason you can’t just make two calls and combine them after you’ve fetched them?
The calls I’m making return quite a lot of results so I’d have multiple pages of results. I had already written the code around pulling the result set, then processing each page at a time. It would have been a bit of a pain to refactor it to page through all the results, store it locally and then loop through it all. I might consider doing that in future though.
Dave