Returns an APIEntity for a MAC address.
Output / Response
Returns an APIEntity for the MAC address. Returns an
empty APIEntity if the MAC address does not exist. The property string of the
returned entity should include the MAC
address:
address=nn-nn-nn-nn-nn-nn|If the MAC address is in a MAC pool, the property string includes the MAC pool information:
macPool=macPoolName|
API call:
APIEntity getMACAddress ( long configurationId, String
macAddress )
Parameter | Description |
---|---|
configurationId | The object ID of the configuration in which the MAC address is located. |
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. |