Displays the MPLS Quality of Service status.
URI | Description |
---|---|
<base_URI>/operational-state/qos-mpls-state | Displays the MPLS Quality of Service status. |
<base_URI>/operational-state/qos-mpls-state/exp-dscp | Displays the status of the qos-mpls map of type exp-dscp applied on the device. |
<base_URI>/operational-state/qos-mpls-state/exp-dscp/enabled-slots | Displays the status of the enabled slots for the qos-mpls map of type exp-dscp applied. |
<base_URI>/operational-state/qos-mpls-state/exp-dscp/traffic-class | Displays the traffic-class status for the qos-mpls map of type exp-dscp applied. |
Only GET operation is supported. Use of the Resource-Depth request header is recommended.
The following example uses the GET option to retrieve the configuration details.
http://host:80/rest/operational-state/qos-mpls-state/exp-dscp
None
<qos-mpls-state xmlns="urn:brocade.com:mgmt:brocade-qos-operational" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/operational-state/qos-mpls-state/exp-dscp"> <map-type>exp-dscp</map-type> <map-name>mmmm</map-name> <enabled-slots></enabled-slots> <exp>0 1 2 3 4 5 6 7</exp> <dscp>0 7 5 24 32 40 48 56</dscp> </qos-mpls-state>