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


Hardware Operations : Pool Operations : Modify Pools

Modify Pools
Description
Sets all pools 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_/pool?quiesced=NO|PENDING
Request Parameters
Request that the system prepare all pools to go into an inactive state (PENDING) or return all pools to an active state (NO). Values: NO, PENDING
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request moves all pools out of the quiesced state.
PUT http://blackpearl-hostname/_rest_/pool?quiesced=NO HTTP/1.1
Sample Response
HTTP/1.1 204 No Content