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>
27 lines
527 B
YAML
27 lines
527 B
YAML
description:
|
|
Configure the realtime events that get sent to the cloud.
|
|
type: object
|
|
properties:
|
|
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
|