Kong · Schema

NodeInfo

General details about the Kong Gateway node.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
version string The version of the Kong Gateway instance.
lua_version string The version of the Lua runtime.
tagline string
hostname string
node_id string
timers object
plugins object
configuration object
View JSON Schema on GitHub

JSON Schema

kong-gateway-admin-node-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NodeInfo",
  "type": "object",
  "description": "General details about the Kong Gateway node.",
  "properties": {
    "version": {
      "type": "string",
      "description": "The version of the Kong Gateway instance."
    },
    "lua_version": {
      "type": "string",
      "description": "The version of the Lua runtime."
    },
    "tagline": {
      "type": "string"
    },
    "hostname": {
      "type": "string"
    },
    "node_id": {
      "type": "string"
    },
    "timers": {
      "type": "object"
    },
    "plugins": {
      "type": "object"
    },
    "configuration": {
      "type": "object"
    }
  }
}