You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've been using getDevFiveMin API, I have 200+ stations installed for my clients and I am querying 80 stations at a time. The cron job keeps on crashing after a while due to "Too many requests for the URL". Is there any limit to the requests?
The text was updated successfully, but these errors were encountered:
The access to the getDevFiveMin API is limited by Huawei. See Access Restrictions
"""Access Restrictions
Traffic limiting is performed based on the number of devices of each type managed by a northbound API user. Maximum number of northbound API calls per user per day = ∑ Roundup (Number of devices of each type/10) + 24."""
You should have around 200/10+200/10+24 = 20+20+24=64 calls per device type per day.
Hi,
I've been using getDevFiveMin API, I have 200+ stations installed for my clients and I am querying 80 stations at a time. The cron job keeps on crashing after a while due to "Too many requests for the URL". Is there any limit to the requests?
The text was updated successfully, but these errors were encountered: