Files
wlan-ucentral-schema/state/interface.clients.yml
John Crispin 94543eeb61 state: cleanup and document the data model
Signed-off-by: John Crispin <john@phrozen.org>
2023-02-13 09:02:09 +01:00

33 lines
788 B
YAML

type: array
items:
type: object
description:
This section describes a network neighbour.
properties:
mac:
type: string
description:
The MAC address of the neighbour.
ipv4_addresses:
type: array
description:
The IPv4 addresses that the neighbour is known to use.
items:
type: string
ipv6_addresses:
type: array
description:
The IPv4 addresses that the neighbour is known to use.
items:
type: string
ports:
type: array
description:
The physical network devices that that the neighbour has been seen on.
items:
type: string
last_seen:
type: number
description:
How long along was traffic from this neighbour last seen.