Administrator Guide

Fans
Provides information about all fans in a specified enclosure:
[base_url]/a/<(index | wwid)>/enclosures/<(index | wwid)>/fans Power supplies
Provides information about all power supplies in a specified enclosure:
[base_url]/a/<(index | wwid)>/enclosures/<(index | wwid)>/powersupplies
Voltage sensors
Provides information about all voltage sensors in a specified enclosure:
[base_url]/a/<(index | wwid)>/enclosures/<(index | wwid)>/voltagesensors
Current sensors
Provides information about all EMM slots in a specified enclosure:
[base_url]/a/<(index | wwid)>/enclosures/<(index | wwid)>/currentsensors
Device actions
Certain devices can have actions performed on them such as updating firmware or blinking a drive’s LED.
Also, firmware files can be validated. These device actions require additional options at the end of the
URL for a device inventory query:
[base_url]/<item_group>/<(index | wwid)>/?action=<whattodo>&<option>=<opt>
The additional options to the URL for device actions are described here:
?action=<whattodo> - what action to perform: update, blink, or get.
<option> = <opt> - an argument for the action to be performed.
Following are the options available:
For updates, File=<file>; for example, ?action=update&File=file.fwh
For blinking drives, toggle=ON/OFF -; for example, ?action=blink&toggle=ON
Specifying file paths
File paths in Windows can either be percent encoded or entered with forward slashes. The following are
examples of valid Windows filepaths for a firmware file:
C:%5Cdrivefirmwares%5CSeagate%22firmwares%5Cmyfirmwarefile.fwh
C:/drivefirmwares/Seagate%22firmwares/myfirmwarefile.fwh.
NOTE: ‘%5C’ is the encoding for Windows ‘\’ and ‘%22’ represents spaces in the path name.
Here is an example of a valid Linux filepath for a firmware file:
/home/user/drivefirmwares/Seagate%22firmwares/myfirmwarefile.fwh.
46