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


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

Modify Tape Partition
Description
Modify the quiescence state of the specified tape partition.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/tape_partition/{tape_partition_id}/[&quiesced=NO|PENDING|YES]
To determine the UUID for a tape partition, see Get Tape Partitions.
Request Parameters
Responses
Response Elements
<Data>
   <DriveType>LTO5|LTO6|LTO7|TS1140|TS1150|UNKNOWN</DriveType>
   <ErrorMessage>{
string}</ErrorMessage>
   <Id>{string}</Id>
   <ImportExportConfiguration>
      SUPPORTED|NOT_SUPPORTED
   </ImportExportConfiguration>
   <LibraryId>{string}</LibraryId>
   <Name>{string}</Name>
   <Quiesced>NO|PENDING|YES</Quiesced>
   <SerialNumber>{string}</SerialNumber>
   <State>ONLINE|OFFLINE</State>
</Data>
where the response elements are defined as follows:
Values: LTO5, LTO6, LTO7, TS1140, TS1150, UNKNOWN
Example
Sample Request
This request changes the name of the tape library partition to “MoviePartition”.
PUT http://blackpearl-hostname/_rest_/tape_partition/15c3a202-07e9-4ff9-8e4b-05dcaa55875a/?name=MoviePartition HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <DriveType/>
   <ErrorMessage/>
   <Id>15c3a202-07e9-4ff9-8e4b-05dcaa55875a</Id>
   <ImportExportConfiguration>
      SUPPORTED
   </ImportExportConfiguration>
   <LibraryId>8cf68800-8845-4c88-84af-3278d76f0bcf</LibraryId>
   <Name>MoviePartition</Name>
   <Quiesced>NO</Quiesced>
   <SerialNumber>9110002CB5</SerialNumber>
   <State>ONLINE</State>
</Data>