addPoolSnapshot

Creates a snapshot (snapName) of a pool and designates another pool (snapPoolName) as a snapshot data repository.

Request

<addPoolSnapshot>
   <poolName/>
   <snapPoolName/>
   <snapName/>

</addPoolSnapshot>

Reply

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

Elements

poolName

Specifies the name of the pool to take a snapshot of.

snapPoolName

Specifies the pool name on which to store the snapshot data.

snapName

Specifies the name of the pool snapshot.

result

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

description

Specifies a text description of the result.