user6534810
user6534810

Reputation: 11

Is there a rate limit on Softlayer API

We are running some load test for our product and it includes some REST calls to Softlayer API. Sometimes our rest calls (Softlayer) fails to return any value. We are trying 50+ concurrent requests. Are there any limitations on concurrent requests ?

Appreciate any information on this.

Upvotes: 1

Views: 351

Answers (1)

Ruber Cuellar Valenzuela
Ruber Cuellar Valenzuela

Reputation: 2757

There exist a limit of 50 api calls per second. It is applied per-user.

If you exceed the limit, an exception like this should be displayed:

"error": "Rate limit of 50 requests for every 1 second(s) exceeded."

Upvotes: 1

Related Questions