KelvinTegelaar / PowerShellWarrantyReports

a repo dedicated to automatic warranty reporting and retrieval from different systems such as IT-Glue, Connectwise, Autotask, and N-central.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hitting Halo API limit in Halo hosted instances

einis opened this issue · comments

commented

We have Halo hosted by Halo and it is hitting their API limit
The Halo API said Rate Limit Reached - 300 Requests per rolling 5 minute window. The API returned the following HTTP error response: 429
Too Many Requests
I know that LukeW is generating report in Halo using API and then gets data from this report and that requires a lot less requests.
Maybe it is possible to implement something like that, but unfortunately my PowerShell skills are very minimal...