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


Hardware Operations : Tape Library and Component Operations : Modify Tape Partitions

Modify Tape Partitions
Description
Sets all tape partitions 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_/tape_partition[?quiesced=NO|PENDING]
To determine the UUID for a tape partition, see Get Tape Partitions.
Request Parameters
Request that the system prepare all tape partitions to go into an inactive state (PENDING) or return all tape partitions to an active state (NO). Values: NO, PENDING
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request changes the quiesced 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