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 Parameter Description Required blob_id The UUID or other unique attribute for the object part. no last_page If included, only the last page of results is returned. no page_length The maximum number of buckets to list. The default is all items after page_offset. no page_offset The starting point for the first bucket to list. The default is 0. no page_start_marker The UUID or other unique attribute for the item just before the first item to list. 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. no target_id The UUID, name, or other unique attribute for the Amazon S3 target. no Responses Response Elements <Data> <SuspectBlobS3Target> <BlobId>{string}</BlobId> <Id>{string}</Id> <TargetId>{string}</TargetId> </SuspectBlobS3Target></Data> where the response elements are defined as follows: Parameter Description Data The container for the response. SuspectBlobAzureTarget The container for information about a single suspect object part on an Amazon S3 target. BlobId The UUID for the blob. TargetId The UUID for the Amazon S3 target. Id The UUID for the suspect blob degradation record. 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>