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


Miscellaneous Operations : Degradation Operations : Get Suspect Object Parts on Tape Media

Get Suspect Object Parts on Tape Media
Description
Get information about all object parts persisted to tape that the BlackPearl system suspects are degraded.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/suspect_blob_tape[?blob_id={string}][&last_page][&page_length={32‑bit integer}][&page_offset={32‑bit integer}][&page_start_marker={string}][&tape_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>
   <SuspectBlobTape>
      <BlobId>{
string}</BlobId>
      <Id>{string}</Id>
      <OrderIndex>{32‑bit integer}</OrderIndex>
      <TapeId>{string}</TapeId>
   </SuspectBlobTape>
</Data>
where the response elements are defined as follows:
Example
Sample Request
This request gets information about all suspect object parts on tape media.
GET http[s]://blackpearl-hostname/_rest_/suspect_blob_tape/ HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <SuspectBlobTape>
      <BlobId>549b3056-ccff-4aff-acff-db46502d5706</BlobId>
      <Id>c0dbb9e8-ed3f-4666-8f41-476e34b9c947</Id>
      <OrderIndex>1</OrderIndex>
      <TapeId>d797ac01-e6b4-4966-b3dc-5027b154fbaa</TapeId>
   </SuspectBlobTape>
</Data>