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


Miscellaneous Operations : Degradation Operations : Get Suspect Object Parts on Amazon S3 Targets

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