Displays IS-IS debug information
URI | Description |
---|---|
<base_URI>/operational-state/cluster-state | Displays IS-IS debug 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
debug-isis-info-state
GET operation.
http://host:80/rest/operational-state/debug-isis-info-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/debug-isis-info-state
<data xmlns="http://brocade.com/ns/rest" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/operational-state"> <debug-isis-info-state xmlns="urn:brocade.com:mgmt:brocade-isis-operational" y:self="/rest/operational-state/debug-isis-info-state"> <global>false</global> <adj>false</adj> <error>false</error> <interface>false</interface> <l1-csnp>false</l1-csnp> <l2-csnp>false</l2-csnp> <l1-hello>false</l1-hello> <l2-hello>false</l2-hello> <l1-lsp>false</l1-lsp> <l2-lsp>false</l2-lsp> <l1-psnp>false</l1-psnp> <l2-psnp>false</l2-psnp> <lspdump>false</lspdump> <lspflood>false</lspflood> <memory>false</memory> <nsr>false</nsr> <pp-hello>false</pp-hello> <pspf>false</pspf> <pspf-detail>false</pspf-detail> <redist>false</redist> <route-table>false</route-table> <spf>false</spf> <spf-log>false</spf-log> <spf-stct>false</spf-stct> <te>false</te> <trace>false</trace> </debug-isis-info-state> </data>
Release version | History |
---|---|
18r.2.00 | This API call was introduced. |