Tyk · JSON Structure

Tyk Gateway Circuit Breaker Meta Structure

Type: object Properties: 7
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

disable_half_open_state disabled method path return_to_service_after samples threshold_percent

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CircuitBreakerMeta",
  "type": "object",
  "properties": {
    "disable_half_open_state": {
      "type": "boolean"
    },
    "disabled": {
      "type": "boolean"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "return_to_service_after": {
      "type": "integer"
    },
    "samples": {
      "type": "integer"
    },
    "threshold_percent": {
      "type": "number"
    }
  }
}