Retrieves the MAC ACL applied on the interfaces.
| URI | Description |
|---|---|
| <base_URI>/operations/get-mac-acl-for-intf | Retrieves the MAC ACL applied on the interfaces. |
Only POST operation is supported.
http://host:80/rest/operations/get-mac-acl-for-intf
<get-mac-acl-for-intf></get-mac-acl-for-intf>
<output xmlns='urn:brocade.com:mgmt:brocade-mac-access-list'>
<interface>
<interface-name>1/0/7</interface-name>
<interface-type>port-channel</interface-type>
<ingress-policy>
<policy-name>stdmacacl</policy-name>
</ingress-policy>
<egress-policy>
<policy-name>stdmacacl</policy-name>
</egress-policy>
</interface>
</output>