mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 02:23:33 +00:00
With this addition, a desired password can be configured through ucentral config Signed-off-by: Venkat Chimata <venkata@shasta.cloud>
62 lines
1.8 KiB
YAML
62 lines
1.8 KiB
YAML
description:
|
|
A device has certain properties that describe its identity and location.
|
|
These properties are described inside this object.
|
|
type: object
|
|
properties:
|
|
name:
|
|
description:
|
|
This is a free text field, stating the administrative name of the
|
|
device. It may contain spaces and special characters.
|
|
type: string
|
|
hostname:
|
|
description:
|
|
The hostname that shall be set on the device. If this field is not set,
|
|
then the devices serial number is used.
|
|
type: string
|
|
format: hostname
|
|
location:
|
|
description:
|
|
This is a free text field, stating the location of the device. It
|
|
may contain spaces and special characters.
|
|
type: string
|
|
timezone:
|
|
description:
|
|
This allows you to change the TZ of the device.
|
|
type: string
|
|
examples:
|
|
- UTC
|
|
- EST5
|
|
- CET-1CEST,M3.5.0,M10.5.0/3
|
|
leds-active:
|
|
description:
|
|
This allows forcing all LEDs off.
|
|
type: boolean
|
|
default: true
|
|
random-password:
|
|
description:
|
|
The device shall create a random root password and tell the gateway about it.
|
|
type: boolean
|
|
default: false
|
|
system-password:
|
|
description:
|
|
System-config string that holds the password for main (root / admin) user to apply.
|
|
type: string
|
|
beacon-advertisement:
|
|
description:
|
|
The TIP vendor IEs that shall be added to beacons
|
|
type: object
|
|
properties:
|
|
device-name:
|
|
description:
|
|
Add an IE containing the device's name to beacons.
|
|
type: boolean
|
|
device-serial:
|
|
description:
|
|
Add an IE containing the device's serial to beacons.
|
|
type: boolean
|
|
network-id:
|
|
description:
|
|
A provider specific ID for the network/venue that the device is part of.
|
|
type: integer
|
|
|