Tyk · JSON Structure

Tyk Gateway Circuit Breaker Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

CircuitBreaker is a JSON Structure definition published by Tyk, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

coolDownPeriod enabled halfOpenStateEnabled sampleSize threshold

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CircuitBreaker",
  "type": "object",
  "properties": {
    "coolDownPeriod": {
      "type": "integer"
    },
    "enabled": {
      "type": "boolean"
    },
    "halfOpenStateEnabled": {
      "type": "boolean"
    },
    "sampleSize": {
      "type": "integer"
    },
    "threshold": {
      "type": "number"
    }
  }
}