docs(api): document inbound_mtls_profile for HTTP routes in swagger

Clarify OpenAPI and the `Route` field: HTTP-based routes only, must
match a configured `inbound_mtls_profiles` entry, and ignored when
`entrypoint.inbound_mtls_profile` is set. Reorder `load_avg_5m` in the
host metrics schema alongside the other load average fields.
This commit is contained in:
yusing
2026-04-22 18:08:24 +08:00
parent 8e21f1320d
commit 1f8643a49d
3 changed files with 6 additions and 3 deletions

View File

@@ -1053,6 +1053,8 @@ definitions:
- $ref: '#/definitions/IdlewatcherConfig'
x-nullable: true
inbound_mtls_profile:
description: 'HTTP-based routes only: must match a configured inbound_mtls_profiles
entry and is ignored when entrypoint.inbound_mtls_profile is set'
type: string
index:
description: Index file to serve for single-page app mode
@@ -1838,12 +1840,12 @@ definitions:
type: string
kernel_version:
type: string
load_avg_5m:
type: string
load_avg_15m:
type: string
load_avg_1m:
type: string
load_avg_5m:
type: string
mem_pct:
type: string
mem_total: