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


Miscellaneous Operations : Degradation Operations : Clear Suspect Object Part on an Azure Target

Clear Suspect Object Part on an Azure Target
Description
Clear the specified suspect blob (object part) degradation record for suspect object parts on an Azure 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_azure_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 Azure 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 Azure targets.
DELETE http://blackpearl-hostname/_rest_/suspect_blob_azure_target?force HTTP/1.1
Sample Response
HTTP/1.1 204 No Content