Dell Storage MD1400 series Administrator's Manual - Page 43

Browse online or download pdf Administrator's Manual for Storage Dell Storage MD1400 series. Dell Storage MD1400 series 48 pages. Storage enclosure
Also for Dell Storage MD1400 series: Owner's Manual (37 pages), Getting Started Manual (7 pages)

Dell Storage MD1400 series Administrator's Manual
Table 31. Accessing the ReST service
Parameter
Description
Host
The address of the host running the ReST server. This address can be the Fully
Qualified Domain Name (FQDN) of the host or an IP address.
Port
The port number opened for ReST traffic. The default port is 8012.
Program_Space
The application namespace: "SEM".
Version
The major working version number. Currently "1.0".
For example, the base URL
NOTE: For the remainder of this chapter, [base_url] is used in place of the base URL syntax.
To obtain information about different devices, you must use the following ReST query:
[base_url]/<item_group>
To obtain information about a single device, you must use the following ReST query:
[base_url]/<item_group>/<index | wwid>
The <item_group> variable represents the different types of devices contained within the storage
enclosure. Following are the item_group values (device types):
2
adapters
currentsensors
drawers
1, 2
drives
driveslots
2
enclosures
1
emms
emmslots
fans
locks
powersupplies
voltagesensors
1
NOTE:
EMM and drive item groups are queried at a higher level without having to reference an
adapter or enclosure.
2
NOTE:
Adapters, enclosures, and drives are the only item groups that can provide more detail on a
single device in the item group by specifying an index value or World Wide ID (WWID).

Device inventory

All GET commands available in the are implemented in the ReST API. The information returned from a
ReST query is different from the output of a command. ReST API calls return output equivalent to the
output of information commands.
http://127.0.0.1:8012/api/SEM/1.0/
is used to access the ReST server locally.
43