Modify Tape Partitions Description Modify the quiescence state of all tape partitions. It is illegal to change the quiescence state directly from NO to YES. Requests Syntax PUT http[s]://{datapathDNSname}/_rest_/tape_partition/[?quiesced=NO|PENDING] To determine the UUID for a tape partition, see Get Tape Partitions. Request Parameters Parameter Description Required quiesced Whether to put the partition 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 (requested modification is not allowed) Example Sample Request This request changes the quiescence state of all tape library partitions to “No”. PUT http://blackpearl-hostname/_rest_/tape_partition/?quiesced=NO HTTP/1.1 Sample Response HTTP/1.1 204 No Content