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>
16 lines
541 B
YAML
16 lines
541 B
YAML
description:
|
|
There are several types of mertics that shall be reported in certain
|
|
intervals. This section provides a granual configuration.
|
|
type: object
|
|
properties:
|
|
statistics:
|
|
$ref: "https://ucentral.io/schema/v1/metrics/statistics/"
|
|
health:
|
|
$ref: "https://ucentral.io/schema/v1/metrics/health/"
|
|
dhcp-snooping:
|
|
$ref: "https://ucentral.io/schema/v1/metrics/dhcp-snooping/"
|
|
telemetry:
|
|
$ref: "https://ucentral.io/schema/v1/metrics/telemetry/"
|
|
realtime:
|
|
$ref: "https://ucentral.io/schema/v1/metrics/realtime/"
|