x-apigateway-ratelimits.policy.special
Meaning: Definition of a special request throttling policy.
Scope of effect: x-apigateway-ratelimits.policy
Example:
x-apigateway-ratelimits:
  customRatelimitName:
    api-limit: 200
    app-limit: 200
    user-limit: 200
    ip-limit: 200
    interval: 1
    unit: MINUTE
    shared: false
    special: 
      - type: USER
        limit: 100
        instance: xxxxxxxx
 | 
       Parameter  | 
     
       Mandatory  | 
     
       Type  | 
     
       Description  | 
    
|---|---|---|---|
| 
       type  | 
     
       Yes  | 
     
       String  | 
     
       Special request throttling policy type, which can be APP or USER.  | 
    
| 
       limit  | 
     
       Yes  | 
     
       Number  | 
     
       Access limit.  | 
    
| 
       instance  | 
     
       Yes  | 
     
       String  | 
     
       ID of an excluded app or user.  | 
    
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.