poolIDToName

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

Request

<linuxRequest>
   <storage>
      <poolIDToName>
         <poolID/>
      </poolIDToName>
   </storage>
</linuxRequest>

Reply

<linuxReply>
   <storage>
      <poolIDToName>
         <poolName/>
         <result value=" ">
            <description/>
         </result>
      </poolIDToName>
   </storage>
   <result value=" ">
      <description/>
   </result>
</linuxReply>

Elements

poolID

Specifies the ID of the pool in the following format:

aaaaaaaa-bbbb-cccc-dd-ee-nnnnnnnn
poolName

Specifies the name of the pool.

result

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

description

Specifies a text description of the result.