mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 09:12:20 +00:00
11 lines
286 B
YAML
11 lines
286 B
YAML
description:
|
|
Health check gets executed periodically and will report a health value
|
|
between 0-100 indicating how healthy the device thinks it is
|
|
type: object
|
|
properties:
|
|
interval:
|
|
description:
|
|
The reporting interval defined in seconds.
|
|
type: integer
|
|
minimum: 60
|