Files
wlan-ucentral-schema/state/interface.ipv4.yml
John Crispin fdeb2b8b85 revert "public_ip_lookup" patch
Signed-off-by: John Crispin <john@phrozen.org>
2023-09-28 14:52:40 +02:00

22 lines
567 B
YAML

type: object
properties:
addresses:
type: array
description:
The list of IPv4 addresses being used by this logical interface.
items:
type: string
description:
An IPv4 addreess.
leasetime:
type: number
description:
This is the leasetime if the IPv4 address of this logical interface was
acquired via DHCPv4.
dhcp_server:
type: string
description:
The IPv4 address of the DHCPv4 server that assigned the active lease.
leases:
$ref: "https://ucentral.io/state/v1/interface/ipv4-lease/"