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>
31 lines
609 B
YAML
31 lines
609 B
YAML
description:
|
|
Configure the unsolicited telemetry stream.
|
|
type: object
|
|
properties:
|
|
interval:
|
|
description:
|
|
The reporting interval defined in seconds.
|
|
type: integer
|
|
types:
|
|
description:
|
|
The event types that get added to telemetry.
|
|
type: array
|
|
items:
|
|
type: string
|
|
enum:
|
|
- ssh
|
|
- health
|
|
- health.dns
|
|
- health.dhcp
|
|
- health.radius
|
|
- health.memory
|
|
- client
|
|
- client.join
|
|
- client.leave
|
|
- client.key-mismatch
|
|
- wired
|
|
- wired.carrier-up
|
|
- wired.carrier-down
|
|
- unit
|
|
- unit.boot-up
|