Kong · Schema

Custom Domain State

State of the custom domain.

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

JSON Schema

kong-customdomainstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomDomainState",
  "title": "Custom Domain State",
  "description": "State of the custom domain.",
  "type": "string",
  "enum": [
    "created",
    "initializing",
    "ready",
    "terminating",
    "terminated",
    "error"
  ],
  "readOnly": true,
  "x-speakeasy-unknown-values": "allow"
}