Displays RSVP path information.
| URI | Description |
|---|---|
| <base_URI>/operational-state/mpls-state/path | Displays LDP Path information. |
| <base_URI>/operational-state/mpls-state/path/{path-name_val} | Displays LSP path information details. |
Only GET operation is supported. Use of the Resource-Depth request header is recommended.
http://host:80/rest/operational-state/mpls-state/path
None
<path xmlns="urn:brocade.com:mgmt:brocade-mpls-operational" xmlns:y="http://brocade.com/ns/rest"
y:self="/rest/operational-state/mpls-state/path/admin">
<path-name>vishal</path-name>
<usage-count>0</usage-count>
<path-hops y:self="/rest/operational-state/mpls-state/path/vishal/path-hops/6.6.6.6">
<hop-address>6.6.6.6</hop-address>
<hop-type>1</hop-type>
</path-hops>
<path-hops y:self="/rest/operational-state/mpls-state/path/vishal/path-hops/3.3.3.3">
<hop-address>3.3.3.3</hop-address>
<hop-type>1</hop-type>
</path-hops>
</path>