BFE · JSON Structure

Bfe Monitor Categories Response Structure

List of available monitor metric categories.

Type: object Properties: 1
Load BalancerNetworkingOpen SourceTraffic ManagementCNCFBaidu

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

Properties

categories

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-monitor-categories-response-structure.json",
  "name": "MonitorCategoriesResponse",
  "description": "List of available monitor metric categories.",
  "type": "object",
  "properties": {
    "categories": {
      "type": "array",
      "description": "Available monitor category names.",
      "items": {
        "type": "string"
      },
      "example": [
        "connections",
        "requests",
        "routing",
        "upstream"
      ]
    }
  }
}