What is the 'rate limit' exceeded of SoftLayer API endpoint?

喜你入骨 提交于 2019-12-13 03:58:54

问题


I just met the rate limit exceeded error when send an API request. Its rate was about 1 per second. The service is SoftLayer_Resource_Metadata.

So do anyone know the SoftLayer's rate limit strategy? Such as the number of limits, the scope of limit(the same IP or the same account, etc.)


回答1:


the limit is 50 request for second for each user. The SoftLayer_Resource_Metadata service does not need an specific user so when you use this service I recommend do not exceed 50 request for second in your account.



来源:https://stackoverflow.com/questions/48437940/what-is-the-rate-limit-exceeded-of-softlayer-api-endpoint

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!