removeRAID

Deletes a software RAID device.

Request

<removeRAID>
   <raidID/>
</removeRAID>

Reply

<removeRAID>
    <result value=" ">
       <description/>
    <result>
</removeRAID>

Elements

raidID

Specifies the ID of the RAID device to be deleted.

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the result.

Example

A nssRequest packet to remove a RAID device is as follows:

<nssRequest>
   <raid>
      <removeRAID>
         <raidID>21</raidID>
      </removeRAID>
   </raid>
</nssRequest>

A nssReply packet to the remove RAID command follows:

<nssReply>
   <raid>
      <removeRAID>
         <result value="0">
            <description/>success</description>
         </result>
      </removeRAID>
   </raid>

   <result value="0">
      <description/>zOK</description>
   </result>
</nssReply