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


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

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
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
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