GET /mac_entries/{entry_name}/
Check to see whether a given MAC entry exists
get/v1/mac_entries/{entryname}/
Path parameters
entrynamestring required
name of the entry
Response
200
Example response
{
"status": "ok",
"data": {
"name": "Apple TVs"
}
}