An API experiences a high rate of client requests (TPS) with small message payloads.
How can usage limits be imposed on the API based on the type of client application?
An API experiences a high rate of client requests (TPS) with small message payloads.
How can usage limits be imposed on the API based on the type of client application?
To impose usage limits on an API based on the type of client application, a rate limiting policy and a client ID enforcement policy configured by client application type are effective. This approach ensures that requests are regulated according to the unique identifier tied to the type of client, providing precise control over request rates and preventing misuse.
A. Use an SLA-based rate limiting policy and assign a client application to a matching SLA tier based on its type.
Answer: A
Use an SLA-based rate limiting policy and assign a client application to a matching SLA tier based on its type