Displays brief mac bridge-domain information
URI | Description |
---|---|
<base_URI>/operational-state/bd-mac-br-state | Displays brief mac bridge-domain information. |
Only GET operation is supported. Use of the Resource-Depth request header is recommended.
The following example shows the complete cURL command and server response for the
bd-mac-br-state
GET operation.
http://host:80/rest/operational-state/bd-mac-br-state
curl -H "Accept: application/vnd.operational-state.resource+xml" -H "Resource-Depth: 6" -u "lab:Tester**" http://10.20.229.40:80/rest/operational-state/bd-mac-br-state
<data xmlns="http://brocade.com/ns/rest" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/operational-state"> <bd-mac-br-state xmlns="urn:brocade.com:mgmt:brocade-l2sys-operational" y:self="/rest/operational-state/bd-mac-br-state"> <static-mac-count>0</static-mac-count> <dyn-mac-count>1800</dyn-mac-count> <evpn-mac-count>900</evpn-mac-count> </bd-mac-br-state> </data>
Release version | History |
---|---|
18r.2.00 | This API call was introduced. |