mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 01:02:20 +00:00
31 lines
774 B
YAML
31 lines
774 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
|
|
dhcp-local:
|
|
description:
|
|
This is makes the AP probe local downstream DHCP servers.
|
|
type: boolean
|
|
default: true
|
|
dhcp-remote:
|
|
description:
|
|
This is makes the AP probe remote upstream DHCP servers.
|
|
type: boolean
|
|
default: false
|
|
dns-local:
|
|
description:
|
|
This is makes the AP probe DNS servers.
|
|
type: boolean
|
|
default: true
|
|
dns-remote:
|
|
description:
|
|
This is makes the AP probe DNS servers.
|
|
type: boolean
|
|
default: true
|