GET /mac_entries/{entryname}/prefixes/
Get a single MAC entry
get/v1/mac_entries/{entryname}/prefixes/
Path parameters
entrynamestring required
name of the entry
Response
200
Example response
{
"status": "ok",
"data": [
"aa:bb:cc"
]
}Get a single MAC entry
name of the entry
200
{
"status": "ok",
"data": [
"aa:bb:cc"
]
}