mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-03-20 03:41:53 +00:00
23 lines
583 B
YAML
23 lines
583 B
YAML
type: array
|
|
items:
|
|
type: object
|
|
description:
|
|
This section describes an IPv4 lease that we have served
|
|
properties:
|
|
address:
|
|
type: string
|
|
description:
|
|
The IPv4 that has been assigned to the networking client.
|
|
assigned:
|
|
type: string
|
|
description:
|
|
The unix time stamp when this lease was assigned.
|
|
hostname:
|
|
type: string
|
|
description:
|
|
The hostname that the client included in his request.
|
|
mac:
|
|
type: string
|
|
description:
|
|
The MAC address of the client that this lease was assigned to.
|