Kong · Schema

NetworkId

The network ID to operate on. For serverless.v1 kind of cloud gateways, this field should be omitted.

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

JSON Schema

kong-networkid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkId",
  "title": "NetworkId",
  "description": "The network ID to operate on. For serverless.v1 kind of cloud gateways, this field should be omitted.",
  "type": "string",
  "format": "uuid",
  "example": "36ae63d3-efd1-4bec-b246-62aa5d3f5695",
  "x-speakeasy-param-suppress-computed-diff": true
}