Boltic · Schema

Boltic Gateway Route

A route in the Boltic Gateway that defines how incoming API requests are matched and forwarded to backend services.

AutomationDataSyncGatewaysNoCodeStreamingWorkflows

Properties

Name Type Description
id string Unique identifier for the route
name string Human-readable name for the route
methods array HTTP methods this route responds to
paths array URL paths that match this route
serviceId string ID of the backend service to route to
stripPath boolean Whether to strip the matched path prefix before forwarding
preserveHost boolean Whether to preserve the original Host header
protocols array
plugins array List of plugin IDs applied to this route
status string
createdAt string
updatedAt string
View JSON Schema on GitHub