Test Rate Limit Check · Example Payload

Test Rate Limit Check Rate Limit Config Example

API GovernanceAPI ManagementAPI TestingPerformance TestingRate LimitingTesting

Test Rate Limit Check Rate Limit Config Example is an example object payload from Test Rate Limit Check, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameapi_namescopelimitwindow_secondswindow_typeburst_limitenabledresponse_statusheaders

Example Payload

Raw ↑
{
  "id": "sample-id",
  "name": "Sample Name",
  "api_name": "Sample Api Name",
  "scope": "per-ip",
  "limit": 36,
  "window_seconds": 73,
  "window_type": "leaky-bucket",
  "burst_limit": 59,
  "enabled": true,
  "response_status": 429,
  "headers": {
    "limit_header": "X-RateLimit-Limit",
    "remaining_header": "X-RateLimit-Remaining",
    "reset_header": "X-RateLimit-Reset",
    "retry_after_header": "Retry-After"
  }
}