Kong · Schema

System Account

Schema of the system account.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Properties

Name Type Description
id string ID of the system account.
name string Name of the system account.
description string Description of the system account.
created_at string Timestamp of when the system account was created.
updated_at string Timestamp of when the system account was last updated.
konnect_managed boolean The system account is managed by Konnect (true/false).
View JSON Schema on GitHub

JSON Schema

kong-systemaccount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SystemAccount",
  "title": "System Account",
  "x-speakeasy-entity": "SystemAccount",
  "description": "Schema of the system account.",
  "type": "object",
  "properties": {
    "id": {
      "description": "ID of the system account.",
      "type": "string",
      "format": "uuid",
      "readOnly": true
    },
    "name": {
      "description": "Name of the system account.",
      "type": "string"
    },
    "description": {
      "description": "Description of the system account.",
      "type": "string"
    },
    "created_at": {
      "description": "Timestamp of when the system account was created.",
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "updated_at": {
      "description": "Timestamp of when the system account was last updated.",
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "konnect_managed": {
      "description": "The system account is managed by Konnect (true/false).",
      "type": "boolean"
    }
  },
  "example": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "Example System Account",
    "description": "This is a sample system account description.",
    "created_at": "2022-08-24T14:15:22Z",
    "updated_at": "2022-10-05T10:33:49Z",
    "konnect_managed": false
  }
}

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-systemaccount"
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.