Ambassador · Schema

RateLimitRule

A single rate limiting rule with a pattern and rate

API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

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