Files
wlan-ucentral-schema/state/link-state.yml
John Crispin ef9f6d1117 state: align schema with messages being sent
Signed-off-by: John Crispin <john@phrozen.org>
2024-05-03 09:00:35 +02:00

24 lines
547 B
YAML

type: object
description:
A list of all LLDP peers that this logical interface is connected to.
properties:
carrier:
type: boolean
description:
The physical interfaces carrier state.
speed:
type: number
description:
The speed of the physical link.
duplex:
type: string
description:
The physical links duplex mode.
enum:
- full
- half
counters:
$ref: "https://ucentral.io/state/v1/interface/counter/"
delta_counters:
$ref: "https://ucentral.io/state/v1/interface/counter/"