Kong · JSON Structure

Kong Gateway Admin Node Info Structure

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

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

Properties

version lua_version tagline hostname node_id timers plugins configuration

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NodeInfo",
  "type": "object",
  "properties": {
    "version": {
      "type": "string"
    },
    "lua_version": {
      "type": "string"
    },
    "tagline": {
      "type": "string"
    },
    "hostname": {
      "type": "string"
    },
    "node_id": {
      "type": "string"
    },
    "timers": {
      "type": "object"
    },
    "plugins": {
      "type": "object"
    },
    "configuration": {
      "type": "object"
    }
  }
}