Modify Pools Description Modifies the quiesced state across all pools to the value specified. It is illegal to change the quiescence state directly from NO to YES. Requests Syntax PUT http[s]://{datapathDNSname}/_rest_/pool/?quiesced=NO|PENDING Request Parameters Parameter Description Required quiesced Whether to put the pool in a temporarily inactive state. Values: NO, PENDING yes Responses Response Elements The operation returns status only. Notable status codes: § 204: No Content (success) § 409: Conflict (illegal transition) 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