x-apigateway-ratelimits
Meaning: Mapping between a request throttling policy name and limit values.
Scope of effect: Swagger Object
Example:
x-apigateway-ratelimits:customRatelimitName:api-limit: 200app-limit: 200user-limit: 200ip-limit: 200interval: 1unit: second/minute/hourshared: truespecial:- type: APPlimit: 100instance: xxxxxxxxx
Parameter | Mandatory | Type | Description |
---|---|---|---|
customRatelimitName | No | Name of a request throttling policy. To use the policy, set x-apigateway-ratelimit to the policy name. |
Parent topic: API Design File Extension Definitions