Kong · JSON Structure

Kong Gateway Admin Healthchecks Structure

Type: object Properties: 3
API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

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

Properties

active passive threshold

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Healthchecks",
  "type": "object",
  "properties": {
    "active": {
      "type": "object"
    },
    "passive": {
      "type": "object"
    },
    "threshold": {
      "type": "number"
    }
  }
}