hostLeaseInfo

hostLeaseInfo
hostLeaseInfo

DHCP lease information.

JSON Example
{
    "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"
}
string
macAddress
Optional

MAC address of the client.

string
ends
Optional

End time of the lease.

string
abandoned
Optional

Time stamp of when IP address was marked as abandoned.

string
cltt
Optional

Client Last Transaction Time of the lease info.

string
clientHostname
Optional

Name of the client.

string
starts
Optional

Start time of the lease.

string
bindingState
Optional

Lease's binding state.

string
hardwareType
Optional

The hardware type on which the lease will be used.

string
tsfp
Optional

Time Sent From Partner of the lease info.

string
uid
Optional

Uid to identify the DHCP lease.

string
nextBindingState
Optional

Indicates what state the lease will move to when the current state expires.

string
ipAddress
Optional

IP address of the client.

string
tstp
Optional

Time Sent To Partner of the lease info.

Property Of