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


Advanced Bucket Management Operations : Replication Target Operations : Modify All Amazon S3 Targets

Modify All Amazon S3 Targets
Description
Sets all Amazon S3 targets to a quiesced (YES), unquiesced (NO), or pending quiesce (PENDING) state. It is not possible to change the state directly from NO to YES.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/s3_target?quiesced=NO|PENDING
Request Parameters
Whether to put all the Amazon S3 targets into a temporarily inactive state (PENDING) or return all Amazon S3 targets to an active state (NO).
Responses
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request modifies the quiesced state of all Amazon S3 targets to NO.
PUT http://blackpearl-hostname/_rest_/s3_target?quiesced=NO HTTP/1.1
Sample Response
HTTP/1.1 204 No Content