Files
wlan-ucentral-schema/schema/metrics.statistics.yml
John Crispin 0329b383e8 state: make the tid-stats opt-in
Signed-off-by: John Crispin <john@phrozen.org>
2022-12-08 16:31:52 +01:00

21 lines
432 B
YAML

description:
Statistics are traffic counters, neighbor tables, ...
type: object
properties:
interval:
description:
The reporting interval defined in seconds.
type: integer
minimum: 60
types:
description:
A list of names of subsystems that shall be reported periodically.
type: array
items:
type: string
enum:
- ssids
- lldp
- clients
- tid-stats