mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2026-01-27 02:21:39 +00:00
26 lines
666 B
YAML
26 lines
666 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.
|
|
public_ip:
|
|
type: string
|
|
description:
|
|
The public IP address of internet connection.
|
|
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/"
|