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


Miscellaneous Operations : Degradation Operations : Get Suspect Object Parts in Storage Pools

Get Suspect Object Parts in Storage Pools
Description
Get information about all object parts persisted to storage pools that the BlackPearl system suspects are degraded.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/suspect_blob_pool[?blob_id={string}][&last_page][&page_length={32‑bit integer}][&page_offset={32‑bit integer}][&page_start_marker={string}][&pool_id={string}]
Request Parameters 
Notes:  
§
Specifying both page_offset and page_start_marker causes an error.
§
If neither page_offset, nor page_start_marker are specified, the page_offset default is used.
Responses
Response Elements
<Data>
   <SuspectBlobPool>
      <BlobId>{
string}</BlobId>
      <BucketId>{string}</BucketId>
      <DateWritten>{YYYY-MM-DDThh:mm:ss.xxxZ}</DateWritten>
      <Id>{string}</Id>
      <LastAccessed>{YYYY-MM-DDThh:mm:ss.xxxZ}</LastAccessed>
      <PoolId>{string}</PoolId>
   </SuspectBlobPool>
</Data>
where the response elements are defined as follows:
Example
Sample Request
This request gets information about all suspect object parts on storage pools.
GET http[s]://blackpearl-hostname/_rest_/suspect_blob_pool/ HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <SuspectBlobPool>
      <BlobId>d991047d-e884-4e55-98ee-fdd3888bad2f</BlobId>
      <BucketId>fc4de051-392a-442f-8c72-c3237308f1d2</BucketId>
      <DateWritten>2016-05-19T00:47:48.000Z</DateWritten>
      <Id>c8ec1c60-80da-4d77-a1f9-6a5725e8728a</Id>
      <LastAccessed>2016-05-19T00:47:48.000Z</LastAccessed>
      <PoolId>c65797ba-d3ad-4ac3-aae8-defb0ee36614</PoolId>
   </SuspectBlobPool>
</Data>