Kong · Schema

NodeStatus

Status information about the Kong Gateway node.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
database object
memory object
server object
configuration_hash string
View JSON Schema on GitHub

JSON Schema

kong-gateway-admin-node-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NodeStatus",
  "type": "object",
  "description": "Status information about the Kong Gateway node.",
  "properties": {
    "database": {
      "type": "object"
    },
    "memory": {
      "type": "object"
    },
    "server": {
      "type": "object"
    },
    "configuration_hash": {
      "type": "string"
    }
  }
}