Forum Discussion
Dragon496
4 years agoHelper II
API admin methods limit of 200
We have developed a solution where we download admin/usage data on a daily basis, import this into SQL Server. We have also developed a report based on this data. Recently, I have been trying to a...
jaakkow
4 years agoFrequent Visitor
I have a similar problem.
I don´t know if this will create more problems than it solves but I just added a
"Start-Sleep -seconds 36" to the end of my foreach powershell loop.
This way I´ll slow down the script and hopefully make sure that I don´t go over the limit. The run will take a long time for sure, but if that is not a problem then this might work.
EDIT: I just realized that I could go a lot faster that 36 seconds, I´think I´ll do 20 seconds just to be on the safe side.
- Dragon4964 years agoHelper II
Hello
We discovered, on the Internet, a solution which uses the scanner API (https://github.com/RuiRomano/pbimonitor).
The report uses json files as the data source. I am trying to change that, so that we persist the data in a SQL database.
Thanks