Kong · Schema

EventGatewayInfo

The gateway object contains information about a Konnect gateway.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Properties

Name Type Description
id string The gateway ID.
name object
description object
labels object
created_at string An ISO-8604 timestamp representation of gateway creation date.
updated_at string An ISO-8604 timestamp representation of gateway update date.
nodes_total integer The total number of nodes associated with the Event Gateway.
virtual_clusters_total integer The total number of virtual clusters associated with the Event Gateway.
min_runtime_version object
version string The version number of the event gateway. Every change to an entity under this gateway will modify the version.
View JSON Schema on GitHub

JSON Schema

kong-eventgatewayinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventGatewayInfo",
  "title": "EventGatewayInfo",
  "description": "The gateway object contains information about a Konnect gateway.",
  "type": "object",
  "properties": {
    "id": {
      "description": "The gateway ID.",
      "type": "string",
      "format": "uuid",
      "example": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
      "readOnly": true,
      "x-speakeasy-param-suppress-computed-diff": true
    },
    "name": {
      "$ref": "#/components/schemas/GatewayName"
    },
    "description": {
      "$ref": "#/components/schemas/GatewayDescription"
    },
    "labels": {
      "$ref": "#/components/schemas/Labels"
    },
    "created_at": {
      "description": "An ISO-8604 timestamp representation of gateway creation date.",
      "type": "string",
      "format": "date-time",
      "example": "2022-11-04T20:10:06.927Z",
      "readOnly": true,
      "x-speakeasy-terraform-ignore": true
    },
    "updated_at": {
      "description": "An ISO-8604 timestamp representation of gateway update date.",
      "type": "string",
      "format": "date-time",
      "example": "2022-11-04T20:10:06.927Z",
      "readOnly": true,
      "x-speakeasy-terraform-ignore": true
    },
    "nodes_total": {
      "description": "The total number of nodes associated with the Event Gateway.",
      "type": "integer"
    },
    "virtual_clusters_total": {
      "description": "The total number of virtual clusters associated with the Event Gateway.",
      "type": "integer"
    },
    "min_runtime_version": {
      "$ref": "#/components/schemas/MinRuntimeVersion"
    },
    "version": {
      "description": "The version number of the event gateway. Every change to an entity\nunder this gateway will modify the version.\n",
      "type": "string",
      "example": "v1.123"
    }
  },
  "additionalProperties": false,
  "required": [
    "id",
    "name",
    "created_at",
    "updated_at",
    "nodes_total",
    "virtual_clusters_total",
    "min_runtime_version",
    "version"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/kong-eventgatewayinfo"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.