Hi,
Since last one month we are facing a lot of Integration failures mostly a wake up job is failing (which is a dummy blank action to keep the model alive). We are getting the Error HTTP:429- API request exceeds maximum limit of 600 request per minute.
From the process prospective it should not 600 Actions running in a minute but since API req is sent in tenant level we need to check the integrations for all the environment (Like Prod, QA etc)
Please can anyone help me to understand is there any way I can check how many API requests going to Anaplan every minute? Its quite difficult to open all the models and check history or check API tool IICS for any particular time. I would appreciate if anyone can give me a proper solution on this.
For the reference I am adding the comment shared by the Anaplan team as below:
/2/0/workspaces?tenantDetails=True&offset=0&limit=5000&archived=false (422 count)
/2/0/models?modelDetails=True&offset=0&limit=5000&archived=false (416 count)
/2/0/models?modelDetails=True&offset=5000&limit=5000&archived=false (254 count)