Kong · Schema
UpstreamInput
API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| algorithm | string | |
| hash_on | string | |
| hash_fallback | string | |
| hash_on_header | string | |
| hash_fallback_header | string | |
| hash_on_cookie | string | |
| hash_on_cookie_path | string | |
| hash_on_query_arg | string | |
| hash_fallback_query_arg | string | |
| hash_on_uri_capture | string | |
| hash_fallback_uri_capture | string | |
| slots | integer | |
| tags | array | |
| host_header | string | |
| use_srv_name | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "UpstreamInput",
"type": "object",
"properties": {
"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"
}
}
}