Expand my Community achievements bar.

SOLVED

What is rate limit for AEM rest apis?

Avatar

Level 7

What is the api rate limit for 

http://localhost:4502/api/assets.json and 

http://localhost:4502/bin/querybuilder.json?

Is the rate limit configurable at server side? If yes then how?

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

No Rate limit on these.

View solution in original post

11 Replies

Avatar

Correct answer by
Community Advisor

No Rate limit on these.

Avatar

Community Advisor

No rate limit is configured on these apis.

Avatar

Employee Advisor

How much requests to these endpoints to want/need to send per minute?

Avatar

Level 1

as per our requirement we are trying to call the endpoint nearly 200 times within minute?

 

Could you please let me know what is the default rate limit for these endpoints and is it configurable?

Avatar

Employee

Can you tell us a little more about the use case?  Are you polling these APIs for environment/infrastructure changes?  I wonder if you might be better served in future by change events

Avatar

Level 1

No it is not polling, we are trying to call the endpoint parallely .Suppose if the endpoint https://cloudmanager.adobe.io/api/programs has 10000 program id. if we are calling endpoint through multithread environment, api call will be made at the  rate of 5 request in sec, in such case will it cause api rate limit exceeded error? We are not sure about the total limit of program id , hence trying to prevent the "api rate limit exceeded" error during the pagination(where huge volume of results expected) we need these api rate limit details

Avatar

Employee Advisor

Please allow me the question: Why do you (as a customer of AEM as a Cloud Service) want to poll for 1000s of program IDs, if you have just 1 program (or maybe 5)? Remember, that each program has at least 1 environment, and you are paying for these.

Avatar

Level 1

We dont want to poll the endpoint for 1000 times for 5 program Id. We want to poll the endpoint for 1000 times for 1000 unique program id. Could you please let us know, what is the technical limit for Program ID, Environment and network infrastructure for the account. I could not find these details in the document.

 

Avatar

Employee Advisor

I am not aware of any rate limit. But please allow me again the question, why you want to query 1000 program IDs. Assuming that your permissions to access is restricted to just a small number of them, and you know exactly which ones.