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


Hardware Operations : Tape Library and Component Operations : Get Tape Density Directive

Get Tape Density Directive
Description
Get information about the specified tape density directive.
Note:
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/tape_density_directive/{tape density directive UUID or other unique attribute}/
To determine the UUID for a tape density directive, see Get Tape Density Directives.
Responses
Response Elements
<Data>
   <Density>TS1140|TS1150|TS1155</Density>
   <Id>{
string}</Id>
   <PartitionId>{string}</PartitionId>
   <TapeType>
      TS_JC|TS_JD|TS_JK|TS_JL|TS_JY|TS_JZ
   </TapeType>
</Data>
where the response elements are defined as follows:
Example
Sample Request
This request gets information about the tape density directive with UUID 78e4234f-8f3d-42d3-9ae1-817e89d993bc.
GET http://blackpearl-hostname/_rest_/tape_density_directive/78e4234f-8f3d-42d3-9ae1-817e89d993bc/ HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <Density>TS1140</Density>
   <Id>78e4234f-8f3d-42d3-9ae1-817e89d993bc</Id>
   <PartitionId>b5ae905c-c3bc-4a2c-9a1c-da93ea55042c</PartitionId>
   <TapeType>TS_JK</TapeType>
</Data>