dhcpLeases

dhcpLeases
dhcpLeases

DHCP leases information

JSON Example
{
    "timeStamp": 0,
    "hostLeaseInfosDto": {
        "hostLeaseInfoDtos": [
            {
                "macAddress": "string",
                "ends": "string",
                "abandoned": "string",
                "cltt": "string",
                "clientHostname": "string",
                "starts": "string",
                "bindingState": "string",
                "hardwareType": "string",
                "tsfp": "string",
                "uid": "string",
                "nextBindingState": "string",
                "ipAddress": "string",
                "tstp": "string"
            }
        ]
    }
}
integer As int64 As int64
timeStamp
Optional

The timestamp of the DHCP lease.

hostLeaseInfosDto
Optional

DHCP lease information.