Tyk · Example Payload

Tyk Gateway Circuit Breaker Example

API GatewayAPI ManagementGraphQLOpen Source

Tyk Gateway Circuit Breaker Example is an example object payload from Tyk, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

coolDownPeriodenabledhalfOpenStateEnabledsampleSizethreshold

Example Payload

Raw ↑
{
  "coolDownPeriod": 10,
  "enabled": true,
  "halfOpenStateEnabled": true,
  "sampleSize": 10,
  "threshold": 42.5
}