route
Summary
Routes match the URI portion of the incoming request and route traffic to different shared_rules
. This allows requests to routes like /api/v1
and /api/v2
to end up at entirely different hosts if desired. The routes objects support matching, prefix rewriting, and redirection of requests.
Example Object
Features
Envoy Reference
Fields
route_key
route_key
A unique key to identify this route configuration in the Fabric API.
domain_key
domain_key
zone_key
zone_key
The zone in which this object will live. It will only be able to be referenced by objects or sent to Sidecars that live in the same zone.
path
path
Explicit path string to match on. E.g. "/services/catalog/"
or "/apps/ui/"
.
route_match
route_match
prefix_rewrite
prefix_rewrite
redirects
redirects
shared_rules_key
shared_rules_key
rules
rules
response_data
response_data
cohort_seed
cohort_seed
This field has no effect.
retry_policy
retry_policy
high_priority
high_priority
filter_metadata
filter_metadata
checksum
checksum
An API calculated checksum. Can be used to verify that the API contains the expected object before performing a write.
Last updated
Was this helpful?