Kong · Schema

Healthchecks

Health check configuration for an upstream.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
active object
passive object
threshold number
View JSON Schema on GitHub

JSON Schema

kong-gateway-admin-healthchecks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Healthchecks",
  "type": "object",
  "description": "Health check configuration for an upstream.",
  "properties": {
    "active": {
      "type": "object"
    },
    "passive": {
      "type": "object"
    },
    "threshold": {
      "type": "number"
    }
  }
}