Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/30/2024 10:32 PM
According to the following document, there are limitations on the number of access attempts when executing an API to Saviynt.
https://documenter.getpostman.com/view/23973797/2s9XxwutWR
- > The Web Application Firewall (WAF) limit for Saviynt EIC is 5000/IP/5minutes. This limit ensures that the network traffic communicating with EIC is legitimate, and enhances security.
On the other hand, when Saviynt executes an API to another application, does Saviynt itself have a threshold for API executions?
My understanding is that it is entirely based on the specifications of the application being integrated, and there is no threshold for the number of API executions in Saviynt, but is it right?
Solved! Go to Solution.
05/30/2024 10:42 PM
Your understanding is mostly correct. When Saviynt executes an API to another application, the threshold or rate limit for API executions primarily depends on the specifications and rate limits imposed by the application being integrated.
External Application Rate Limits:
Saviynt's Internal Handling:
Throttling in Saviynt:
Respect Rate Limits:
Retry Logic:
Batch Requests:
Monitoring and Alerts:
Optimization:
Based on the information provided in the document you referenced, the Web Application Firewall (WAF) limit for Saviynt EIC is 5000 requests per IP per 5 minutes. This limit is specifically for inbound requests to Saviynt, not outbound.
Thus, your understanding is correct that Saviynt does not impose a specific threshold for the number of outbound API executions. The limitations will depend on the specifications of the application being integrated. However, it's always a good practice to design integrations that are aware of and can handle these external rate limits gracefully.