Hi,
In the api doc it says:
1 |
Note: A maximum of 10 API calls can be made a day for a particular device. |
I am really confused about this. What does it mean about a particular device
?
does it means you can call https://portal.hexnodemdm.com/api/v1/devices/{ID1}/
10 time max each day, and others request like https://portal.hexnodemdm.com/api/v1/devices/{ID2}/
also 10 times?
how about device groups like https://portal.hexnodemdm.com/api/v1/devicegroups/{GROUPID}/
does it also have max 10 times?
Is it once you get rate limited on one particular device, (let say im calling ID1, 11 times), the other devices also get limited?
Because what I have now all of my request is having error 429 even with api device that i havent call before.