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

statusstring
datastring[]

Example response

{
  "status": "ok",
  "data": [
    "aa:bb:cc"
  ]
}

Changes