DhcpLeases

DhcpLeases
DhcpLeases
AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "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": [
        {
            "expire_time": "string",
            "ip_address": "string",
            "lease_time": "string",
            "mac_address": "string",
            "start_time": "string",
            "subnet": "string"
        }
    ],
    "timestamp": 0
}