Spectra Logic
1-800-833-1132 : 1-303-449-6400


Hardware Operations : Pool Operations : Get Object Parts on Pool

Get Object Parts on Pool
Description
Get the list of object pieces on the specified pool.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/pool/{pool UUID or other unique attribute}/?operation=get_physical_placement
Request Parameters
Responses
Response Elements
<Data>
   <Object Latest="TRUE|FALSE" Length="{
64-bit integer}"
      Name="{string}"Offset="{64-bit integer}"
      Version="{64-bit integer}">
   ...
</Data>
where the response elements are defined as follows:
Example
Sample Request
This request returns a list of all object parts in the pool with the UUID 11cb7946-9f4d-49a0-96a9-2dfd687298ca.
GET http://blackpearl-hostname/_rest_/pool/11cb7946-9f4d-49a0-96a9-2dfd687298ca/?operation=get_physical_placement HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <Object Latest="TRUE" Length="10" Name="o1" Offset="0"       Version="1"/>
   <Object Latest="TRUE" Length="10" Name="o2" Offset="0"       Version="1"/>
</Data>