Kong · Schema

TargetInput

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Properties

Name Type Description
target string The target address (IP or hostname) and port.
weight integer
tags array
View JSON Schema on GitHub

JSON Schema

kong-gateway-admin-target-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TargetInput",
  "type": "object",
  "properties": {
    "target": {
      "type": "string",
      "description": "The target address (IP or hostname) and port."
    },
    "weight": {
      "type": "integer"
    },
    "tags": {
      "type": "array"
    }
  }
}