fwdl-status

Retrieves the firmware download status.

Resource URIs

URI Description
<base_URI>/operations/fwdl-status Retrieves the firmware download status.

Parameters

fwdl-state
Displays the firmware download state.
number-of-entries
Specifies the number of status entries.
index
Displays the sequence number for the message.
blade-name
Displays the name of the blade.
message-id
Displays the message indentifier.
date-and-time-info
Displays the date and time of the message. The format is YYYY-MM-DD/HH:MM:SS.SSSS.
message
Displays the textual description of the status.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/fwdl-status

<fwdl-status></fwdl-status>
<output xmlns='urn:brocade.com:mgmt:brocade-firmware'>
  <fwdl-state>completed</fwdl-state>
  <number-of-entries>18</number-of-entries>
  <fwdl-entries>
    <index>1</index>
    <blade-name>SW/0</blade-name>
    <message-id>0</message-id>
    <date-and-time-info>2014-06-23/19:31:31</date-and-time-info>
    <message>Firmware install begins.</message>
  </fwdl-entries>
  <fwdl-entries>
    <index>2</index>
    <blade-name>SW/0</blade-name>
    <message-id>0</message-id>
    <date-and-time-info>2014-06-23/19:34:44</date-and-time-info>
    <message>Firmware install ends.</message>
  </fwdl-entries>
  <fwdl-entries>
    <index>3</index>
    <blade-name>SW/1</blade-name>
    <message-id>0</message-id>
    <date-and-time-info>2014-06-23/19:34:44</date-and-time-info>
    <message>Firmware install begins.</message>
  </fwdl-entries>
</output>