getPoolSnapshotInfo

Returns information for a specified pool snapshot.

Request

<getPoolSnapshotInfo>
   <snapName/>
</getPoolSnapshotInfo>

Reply

<getPoolSnapshotInfo>
   <poolSnapshotInfo>
      <snapName/>
      <poolName/>
      <snapPoolName/>
      <poolSize/>
      <time/>
      <allocatedSize/>
      <state/>
   </poolSnapshotInfo>
   <result value="">
      <description/>
   </result>
</getPoolSnapshotInfo>

Elements

snapName

Specifies the name of the pool's snapshot.

poolName

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

snapPoolName

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

time

Specifies the UTC time when the pool snapshot is created.

allocatedSize

Specifies the snapshot's allocated size.

state

Specifies the state of the pool:

  • active
  • deactive
result

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

description

Specifies a text description of the result.