Service MacTable

HTTP Method Resource

Request

Response

Description

GET

.../mac-table

   

N/A

WiredElementList

Returns a list of MAC entries (capped to 1K right now).

GET

.../mac-table/{MacAddress.octets}

   

N/A

MacTableEntry

Returns the MAC table entry for the given MAC address.

GET

.../ports/{Port.id}/mac-table

   

N/A

WiredElementList

Returns list of MAC entries learned on a given Port ID.

GET

.../vlans/{Vlan.vlan_id}/mac-table

   

N/A

WiredElementList

Returns list of MAC entries learned on a given VLAN ID.