PassthroughTargetConfiguration
The configuration for an HTTP passthrough target. A passthrough target forwards requests directly to an external HTTP endpoint.
Types
Properties
The application protocol that the passthrough target implements. This value is required for passthrough targets:
The API schema configuration that defines the structure of the passthrough target's API.
Controls precedence when a client request supplies a query parameter whose name matches a configured static query parameter. If not set, defaults to CLIENT_OVERRIDE:
A map of static query parameters that the gateway always appends to the outbound URL when forwarding requests to the target. The total outbound URL length, which includes the endpoint and the percent-encoded query parameters, is enforced by the service.
The session stickiness configuration for the passthrough target. This configuration routes requests within the same session to the same target.