show-support-save-status

This RPC provides information on the status of the recent support save request.

Usage

<nc:rpc xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" nc:message-id="9">
   <show-support-save-status xmlns="urn:brocade.com:mgmt:brocade-ras-ext"></show-support-save-status>
</nc:rpc>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="9">
   <show-support-save-status xmlns="urn:brocade.com:mgmt:brocade-ras-ext">
      <status>inProgress</status>
      <message>The Support Save is in progress and has completed 71%.</message>
      <percentage-of-completion>1</percentage-of-completion>
   </show-support-save-status>
</rpc-reply>