Queries a MAC address to determine if the address has been allocated to an IP 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 of the parent configuration in which the MAC address resides. |
ipAddress | The IPv4 DHCP allocated address to be checked against the MAC address. |
macAddress | The MAC address in the format nnnnnnnnnnnn, nn-nn-nn-nn-nn-nn or nn:nn:nn:nn:nn:nn, where nn is a hexadecimal value. |