mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 09:12:20 +00:00
Remove the AP specific elements of the schema (configuration), and state (reporting) Remove the ucode files that are not used Regenerate the json and documentation files to reflect schema and state changes Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
26 lines
767 B
YAML
26 lines
767 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:
|
|
- lldp
|
|
- clients
|
|
wired-clients-max-num:
|
|
description:
|
|
Configure maximum number of FDB entries device's allowed to report.
|
|
If omitted, device-default number should be used (2000).
|
|
Setting to zero means no entries should be reported, flag should be raised.
|
|
If device's current FDB size exceeds configured value, flag should be raised as well.
|
|
type: integer
|