GET /mac_entries/{entryname}/prefixes/{prefix}/

Check to see if a prefix exists in a given MAC entry

get/v1/mac_entries/{entryname}/prefixes/{prefix}/

Path parameters

entrynamestring required

name of the entry

prefixstring required

the MAC address prefix

Response

200

statusstring
databoolean

Example response

{
  "status": "ok",
  "data": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.