Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions components/schemas/dns/records/DnsRecordTypes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,25 @@ properties:
- type: object
required:
- features
- routing
properties:
routing:
type: object
description: Rules for routing traffic at the load balancer for this linked record.
properties:
http:
type:
- object
- "null"
properties:
match_path:
type:
- string
- "null"
description: >
If set, this record will configure the load balancer to only match for paths of this domain matching this string.

If the string starts with a /, it will be a literal prefix match (/test matches /test*). Otherwise, regex is used.
features:
type: object
description: Features associated with this record.
Expand Down