BFE · JSON Structure

Bfe Reload Response Structure

Result of a configuration reload operation.

Type: object Properties: 3
Load BalancerNetworkingOpen SourceTraffic ManagementCNCFBaidu

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

Properties

success message name

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-response-structure.json",
  "name": "ReloadResponse",
  "description": "Result of a configuration reload operation.",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Whether the reload succeeded.",
      "example": true
    },
    "message": {
      "type": "string",
      "description": "Human-readable result message.",
      "example": "Configuration reloaded successfully"
    },
    "name": {
      "type": "string",
      "description": "Name of the reloaded configuration.",
      "example": "server_data_conf"
    }
  }
}