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


Miscellaneous Operations : Degradation Operations : Clear Suspect Object Part on an Amazon S3 Target

Clear Suspect Object Part on an Amazon S3 Target
Description
Clear the specified suspect blob (object part) degradation record for suspect object parts on an Amazon S3 target, permitting the BlackPearl system to use the target again to GET or VERIFY those object parts.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/suspect_blob_s3_target[?force]
Request Parameters 
Request Elements
Unless you use the force parameter, an XML payload, formatted as follows, must be sent to describe the suspect Amazon S3 blob degradation records to clear.
<ids>
   <id>{
string}</id>
   <id>{string}</id>
   <id>{string}</id>
</ids>
where the parameters are defined as follows:
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request clears the suspect blob degradation record for suspect object parts on all Amazon S3 targets.
DELETE http://blackpearl-hostname/_rest_/suspect_blob_s3_target?force HTTP/1.1
Sample Response
HTTP/1.1 204 No Content