Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many requests for url #9

Open
umarhayyat1 opened this issue Oct 9, 2022 · 1 comment
Open

Too many requests for url #9

umarhayyat1 opened this issue Oct 9, 2022 · 1 comment

Comments

@umarhayyat1
Copy link

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?

@markusr
Copy link

markusr commented Jul 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants