BFE · JSON Structure

Bfe Reload Entry Structure

A configuration reload entry.

Type: object Properties: 2
Load BalancerNetworkingOpen SourceTraffic ManagementCNCFBaidu

ReloadEntry is a JSON Structure definition published by BFE, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name description

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bfe/refs/heads/main/json-structure/bfe-reload-entry-structure.json",
  "name": "ReloadEntry",
  "description": "A configuration reload entry.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Unique name of the reload entry.",
      "example": "server_data_conf"
    },
    "description": {
      "type": "string",
      "description": "Human-readable description of what is reloaded.",
      "example": "Server data configuration"
    }
  }
}