Kong · Schema

Network State

State of the network.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-networkstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkState",
  "title": "Network State",
  "description": "State of the network.",
  "enum": [
    "created",
    "initializing",
    "offline",
    "ready",
    "terminating",
    "terminated"
  ],
  "readOnly": true,
  "x-speakeasy-terraform-ignore": true,
  "x-speakeasy-unknown-values": "allow"
}