Kong · JSON Structure

Kong Gateway Admin Node Status Structure

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

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

Properties

database memory server configuration_hash

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NodeStatus",
  "type": "object",
  "properties": {
    "database": {
      "type": "object"
    },
    "memory": {
      "type": "object"
    },
    "server": {
      "type": "object"
    },
    "configuration_hash": {
      "type": "string"
    }
  }
}