InlineDhcpLeases1

InlineDhcpLeases1
InlineDhcpLeases1
JSON Example
{
    "dhcp_server_id": "string",
    "ipv6_leases": [
        {
            "duid": "string",
            "expire_time": "string",
            "ia_type": "string",
            "iaid": 0,
            "ip_addresses": [
                "string"
            ],
            "lease_time": "string",
            "start_time": "string"
        }
    ],
    "leases": [
        "DhcpLeasePerIP Object"
    ],
    "timestamp": 0
}
string
dhcp_server_id
Optional

dhcp server uuid

array of DhcpV6Lease
ipv6_leases
Optional
Constraints: minItems: 0 maxItems: 65535

The ipv6 lease info list of the server

leases
Optional
Constraints: minItems: 0 maxItems: 65535

The lease info list of the server

integer As int64 As int64
timestamp
Optional

timestamp of the lease info

Used By