APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Ambassador
RateLimitRule
Ambassador
· Schema
RateLimitRule
A single rate limiting rule with a pattern and rate
API Development
Gateways
Ingress
Kubernetes
Mock Servers
Mocks
Platform
Testing
Properties
Name
Type
Description
pattern
array
Descriptor entries to match against. Each entry is a key-value pair that must match the labels sent with the request.
rate
integer
Maximum number of requests allowed in the specified unit of time
unit
string
Time unit for the rate limit
injectRequestHeaders
array
Headers to inject into the request when the rate limit is applied
View JSON Schema on GitHub