mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 01:02:20 +00:00
Extend schema to support enabling or disabling completely specified services (ssh,telnet) Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
16 lines
351 B
YAML
16 lines
351 B
YAML
description:
|
|
Enable the webserver with the on-boarding webui
|
|
type: object
|
|
properties:
|
|
http-port:
|
|
description:
|
|
The port that the HTTP server should run on.
|
|
type: integer
|
|
maximum: 65535
|
|
minimum: 1
|
|
default: 80
|
|
enable:
|
|
description:
|
|
This option whether http server should be enabled or disabled.
|
|
type: boolean
|