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


Advanced Bucket Management Operations : Replication Target Operations : Modify All DS3 Targets

Modify All DS3 Targets
Description
Sets all DS3 targets to unquiesced (NO), or pending quiesce (PENDING) state. The system changes the state from pending quiesce (PENDING) to quiesced (YES).
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/ds3_target?quiesced=NO|PENDING
Request Parameters
Request that the system prepare all DS3 targets to go into an inactive state (PENDING) or return all DS3 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 DS3 targets to NO.
PUT http://blackpearl-hostname/_rest_/ds3_target?quiesced=NO HTTP/1.1
Sample Response
HTTP/1.1 204 No Content