Tyk · Example Payload

Tyk Gateway Circuit Breaker Meta Example

API GatewayAPI ManagementGraphQLOpen Source

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

Top-level fields

disable_half_open_statedisabledmethodpathreturn_to_service_aftersamplesthreshold_percent

Example Payload

Raw ↑
{
  "disable_half_open_state": true,
  "disabled": true,
  "method": "example_value",
  "path": "example_value",
  "return_to_service_after": 10,
  "samples": 10,
  "threshold_percent": 42.5
}