ressubscr
RetrievingDhcpLeaseStruct


This structure encapsulates all the required parameters to retrieve DHCP Lease States from a Network Element. The siteId and svcId parameters are mandatory; the ciAddr and chAddr parameters are optional


public struct RetrievingDhcpLeaseStruct

Properties
siteId Specifies the Network Element for which to retrieve DHCP Lease States. This is a mandatory input parameter.

type=string

svcId Specifies the ID of the service from which the DHCP Lease States should be retrieved. This is a mandatory parameter.

type=long

ciAddr Specifies the IP address of a particular DHCP Lease State to retrieve. This parameter is optional.

type=string

chAddr Specifies the MAC Address of a particular DHCP Lease State to retrieve. This parameter is optional but can only be used in conjunction with the ciAddr attribute.

type=string