Kong · JSON Structure

Kong Gateway Admin Upstream Structure

Type: object Properties: 19
API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Upstream is a JSON Structure definition published by Kong, describing 19 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name algorithm hash_on hash_fallback hash_on_header hash_fallback_header hash_on_cookie hash_on_cookie_path hash_on_query_arg hash_fallback_query_arg hash_on_uri_capture hash_fallback_uri_capture slots tags host_header use_srv_name created_at updated_at

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Upstream",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "algorithm": {
      "type": "string"
    },
    "hash_on": {
      "type": "string"
    },
    "hash_fallback": {
      "type": "string"
    },
    "hash_on_header": {
      "type": "string"
    },
    "hash_fallback_header": {
      "type": "string"
    },
    "hash_on_cookie": {
      "type": "string"
    },
    "hash_on_cookie_path": {
      "type": "string"
    },
    "hash_on_query_arg": {
      "type": "string"
    },
    "hash_fallback_query_arg": {
      "type": "string"
    },
    "hash_on_uri_capture": {
      "type": "string"
    },
    "hash_fallback_uri_capture": {
      "type": "string"
    },
    "slots": {
      "type": "integer"
    },
    "tags": {
      "type": "array"
    },
    "host_header": {
      "type": "string"
    },
    "use_srv_name": {
      "type": "boolean"
    },
    "created_at": {
      "type": "integer"
    },
    "updated_at": {
      "type": "integer"
    }
  }
}