listDevices (Server)

Returns a list of all of a server's devices. The difference between this command and the listDevices command is the outer tag and whether each command is called as a device or a server command.

Request

<listDevices type=" "/>

Reply

<listDevices>
   <serverDeviceInfo>   
      <objectID/>  
      <name/>       
      <mirrored/>   
      <shared/>   
   </serverDeviceInfo>   
</listDevices>

Elements

serverDeviceInfo

Repeats for each device (physical or raid) or mirror group being listed.

objectID

Specifies the NetWare device ID received from Media Manager or the Linux device object name.

name

Specifies the name of the device, as assigned by Media Manager (for NetWare only).

mirrored

(Optional) Specifies that the device is a mirrored virtual device.

shared

(Optional) Specifies that the device is flagged as a shared device.

Attributes

type

Specifies the types of devices to list:

  • all
  • physical
  • raid
  • mirror
  • virtual (which includes raid and mirror)