mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
31 lines
723 B
YAML
31 lines
723 B
YAML
description:
|
|
This section can be used to setup a persistent connection to a rTTY server.
|
|
type: object
|
|
properties:
|
|
host:
|
|
description:
|
|
The server that the device shall connect to.
|
|
type: string
|
|
format: uc-host
|
|
examples:
|
|
- 192.168.1.10
|
|
port:
|
|
description:
|
|
This option defines the port that device shall connect to.
|
|
type: integer
|
|
maximum: 65535
|
|
default: 5912
|
|
token:
|
|
description:
|
|
The security token that shall be used to authenticate with the server.
|
|
type: string
|
|
maxLength: 32
|
|
minLength: 32
|
|
examples:
|
|
- 01234567890123456789012345678901
|
|
mutual-tls:
|
|
description:
|
|
Shall the connection enforce mTLS
|
|
type: boolean
|
|
default: true
|