BFE · JSON Structure

Bfe Monitor Metrics Response Structure

Metrics data for a specific monitor category.

Type: object Properties: 2
Load BalancerNetworkingOpen SourceTraffic ManagementCNCFBaidu

MonitorMetricsResponse 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 metrics

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-metrics-response-structure.json",
  "name": "MonitorMetricsResponse",
  "description": "Metrics data for a specific monitor category.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the monitor category.",
      "example": "connections"
    },
    "metrics": {
      "type": "object",
      "description": "Key-value pairs of metric names and values.",
      "additionalProperties": {
        "type": "number"
      }
    }
  }
}