Returns the allocation information for an IPv4 DHCP allocated address.
Output / Response
Returns a Boolean value indicating whether the address is allocated.
API call:
boolean isAddressAllocated ( long
configurationId, String ipAddress,
String macAddress )
Parameter | Description |
---|---|
configurationId | The object ID for the configuration in which the IPv4 DHCP allocated address is located. |
ipAddress | The IPv4 DHCP allocated address. |
macAddress | The MAC address associated with the IPv4 DHCP allocated address. The MAC address can be specified in the format nnnnnnnnnnnn, nn-nn-nn-nn-nn-nn or nn:nn:nn:nn:nn:nn, where nn is a hexadecimal value. |