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 Bucket="{
string}" Id="{string}" 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 Bucket="bucket_name"
      Id="6c1807af-c34c-418c-a055-13717e058952" Latest="TRUE"
      Length="10" Name="o1" Offset="0" Version=1"/>
   <Object Bucket="bucket_name"
      Id="f9d2fb04-7e93-41c6-9ee7-24d26f3ac753" Latest="TRUE"
      Length="10" Name="o2" Offset="0" Version=1"/>
</Data>