firmware-download

Retrieves the firmware level commands.

Resource URIs

URI Description
<base_URI>/operations/firmware-download Retrieves the firmware level commands.

Parameters

fwdl-status
Displays the status. 0 or 1 - Success. Any negative value is error.
fwdl-msg
0 - Success but disruptive/non-ISSU upgrade, 1 - Success and ISSU upgrade. Any negative value is error.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/firmware-download

<firmware-download>
  <scp>
    <user>fvt</user>
    <password>pray4green</password>
    <host>10.31.2.25</host>
    <directory>/buildsjc/sre/SQA/nos/slx16r.1.00/slxr16.1.00_bld20</directory>
  </scp>
   <coldboot></coldboot>
</firmware-download>
<firmware-download xmlns="urn:brocade.com:mgmt:brocade-firmware">
  <ftp>
    <user>fvt</user>
    <password>pray4green</password>
    <host>10.31.2.27</host>
    <directory>/proj/sj_eng/defects/gpai/clone_dist</directory>
  </ftp>
  <auto-activate/>
</firmware-download
<output xmlns='urn:brocade.com:mgmt:brocade-firmware'>
  <cluster-output>
  <fwdl-status>0</fwdl-status>
  <fwdl-msg>Disruptive.</fwdl-msg>
  </cluster-output>
  <fwdl-cmd-status>0</fwdl-cmd-status>
  <fwdl-cmd-msg>Logical-chassis firmware download initiated.</fwdl-cmd-msg>
</output>