mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
21 lines
432 B
YAML
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
|