mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 09:12:20 +00:00
16 lines
367 B
YAML
16 lines
367 B
YAML
description:
|
|
Enable the webserver with the on-boarding webui
|
|
type: object
|
|
properties:
|
|
https-port:
|
|
description:
|
|
The port that the secure HTTP server should run on.
|
|
type: integer
|
|
maximum: 65535
|
|
minimum: 1
|
|
default: 443
|
|
enable:
|
|
description:
|
|
This option whether secure http server should be enabled or disabled.
|
|
type: boolean
|