Description
Queries a MAC address to determine if the address has been allocated to an IP address.
Parameters
Name | Description |
---|---|
configurationId |
Location: query Type: integer (int64) The object ID of the parent configuration in which the MAC address
resides.
|
ipAddress |
Location: query Type: string The IPv4 DHCP allocated address to be checked against the MAC address.
|
macAddress |
Location: query Type: string The MAC address as a 12 digit hexadecimal in the format nnnnnnnnnnnn,
nn-nn-nn-nn-nn-nn, or nn:nn:nn:nn:nn:nn.
|
Responses
Code | Description |
---|---|
200 |
Type: boolean Returns a Boolean value indicating whether the address is allocated.
|