listDevicePartitions

Returns a list of partitions for a device.

Request

<listDevicePartitions>
      <deviceID/>
</listDevicePartitions>

Reply

<listDevicePartitions>
   <partitions>
      <partition>
         <partitionID/>
         <partitionType/>
      </partition>
   </partitions>
</listDevicePartitions>

Elements

deviceID

(Required) On NetWare, specifies the device ID received from Media Manager. On Linux, specifies the device object name.

partition

One for each partition.

partitionID

On NetWare, specifies the partition ID number received from Media Manager. On Linux, specifies the partition object name.