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....
That’s a fair point!
I should really have another look at the function I wrote for making the API calls. I originally wrote that when my queries were pulling back much smaller result sets. It’s a shared functions in a larger module so I’ve resisted the temptation to modify it too much. I am now to the point where I’m building the logic to deal with pages into a couple of other pieces of code, so about time I built that into my API calling function instead.
Dave