volumeIDToName

Returns a volume name from a volume GUID (for Linux only).

Request

<linuxRequest>
   <storage>
      <volumeIDToName>
         <volumeID/>
      </volumeIDToName>
   </storage>
</linuxRequest>

Reply

<linuxReply>
   <storage>
      <volumeIDToName>
         <volumeName/>
         <result value=" ">
            <description/>
         </result>
      </volumeIDToName>
   </storage>
   <result value=" ">
      <description/>
   </result>
</linuxReply>

Elements

volumeID

Specifies the ID of the volume in the following format:

aaaaaaaa-bbbb-cccc-dd-ee-nnnnnnnn
volumeName

Specifies the name of the volume.

result

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

description

Specifies a text description of the result.