Retrieves the operational data for a given MAC entry with MAC type and interface (name and type).
| URI | Description |
|---|---|
| <base_URI>/operations/get-mac-address-table | Returns operational data for a given MAC entry and the corresponding details of that MAC entry. |
Only POST operation is supported.
http://host:80/rest/operations/get-mac-address-table
<get-mac-address-table>
<interface-type>port-channel</interface-type>
<interface-name>7/0/3</interface-name>
</get-mac-address-table>
<output xmlns='urn:brocade.com:mgmt:brocade-mac-address-table'>
<mac-address-table>
<vlanid>53</vlanid>
<mac-address>00:05:33:48:8e:4f</mac-address>
<mac-type>dynamic</mac-type>
<mac-state>active</mac-state>
<forwarding-interface>
<interface-type>port-channel</interface-type>
<interface-name>7/0/3</interface-name>
</forwarding-interface>
</mac-address-table>
<has-more>false</has-more>
</output>