BFE · Schema

ReloadEntriesResponse

List of available configuration reload entries.

Load BalancerNetworkingOpen SourceTraffic ManagementCNCFBaidu

Properties

Name Type Description
entries array Available reload entry names.
View JSON Schema on GitHub

JSON Schema

bfe-reload-entries-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bfe/refs/heads/main/json-schema/bfe-reload-entries-response-schema.json",
  "title": "ReloadEntriesResponse",
  "description": "List of available configuration reload entries.",
  "type": "object",
  "properties": {
    "entries": {
      "type": "array",
      "description": "Available reload entry names.",
      "items": {
        "$ref": "#/components/schemas/ReloadEntry"
      }
    }
  }
}