mpls-state/autobw-threshold-table-entry

Displays the threshold table with the range of current-bandwidth and the corresponding absolute adjustment-threshold.

Resource URIs

URI Description
<base_URI>/operational-state/mpls-state/autobw-threshold-table-entry Displays the threshold table with the range of current-bandwidth and the corresponding absolute adjustment-threshold.
<base_URI>/operational-state/mpls-state/autobw-threshold-table-entry/{bandwidth}/threshold Displays the absolute adjustment-threshold corresponding to the bandwidth.
<base_URI>/operational-state/mpls-state/autobw-threshold-table-entry/{bandwidth}/is-percentage-threshold Displays whether percentage-based threshold method is used. Boolean value.

Usage Guidelines

Only GET operation is supported. Use of the Resource-Depth request header is recommended.

Examples

URI

The following example uses the GET option to retrieve the threshold table parameters.

http://host:80/rest/operational-state/mpls-state/autobw-threshold-table-entry

None

<<autobw-threshold-table-entry xmlns="urn:brocade.com:mgmt:brocade-mpls-operational" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/operational-state/mpls-state/autobw-threshold-table-entry/567">
  <bandwidth>567</bandwidth>
  <threshold>800</threshold>
  <is-percentage-threshold>false</is-percentage-threshold>
</autobw-threshold-table-entry>
<autobw-threshold-table-entry xmlns="urn:brocade.com:mgmt:brocade-mpls-operational" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/operational-state/mpls-state/autobw-threshold-table-entry/1000">
  <bandwidth>1000</bandwidth>
  <threshold>500</threshold>
  <is-percentage-threshold>false</is-percentage-threshold>
</autobw-threshold-table-entry>
<autobw-threshold-table-entry xmlns="urn:brocade.com:mgmt:brocade-mpls-operational" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/operational-state/mpls-state/autobw-threshold-table-entry/10000">
  <bandwidth>10000</bandwidth>
  <threshold>3453</threshold>
  <is-percentage-threshold>false</is-percentage-threshold>
</autobw-threshold-table-entry>
<autobw-threshold-table-entry xmlns="urn:brocade.com:mgmt:brocade-mpls-operational" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/operational-state/mpls-state/autobw-threshold-table-entry/2147483647">
  <bandwidth>2147483647</bandwidth>
  <threshold>10</threshold>
  <is-percentage-threshold>true</is-percentage-threshold>
</autobw-threshold-table-entry>