show-support-save-status

Retrieves the information on the status of a recent support save request.

Resource URIs

URI Description
<base_URI>/operations/show-support-save-status Retrieves the information on the status of a recent support save request.

Parameters

status
Displays the status of recent support save.
message
Displays the textual description of status of recent support save.
percentage-of-completion
Displays the value of percentage of completion.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/show-support-save-status

<show-support-save-status></show-support-save-status>
<output xmlns='urn:brocade.com:mgmt:brocade-ras-ext'>
  <show-support-save-status>
    <status>unknown</status>
    <message>supportsave is not running.</message>
    <percentage-of-completion>0</percentage-of-completion>
  </show-support-save-status>
</output>