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


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

Get Tape Library
Description
Get information about the specified tape library.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/tape_library/{tape library UUID, name, or other unique attribute}/
To determine the UUID for a tape library, see Get Tape Libraries.
Responses
Response Elements
<Data>
   <Id>{
string}</Id>
   <ManagementUrl>{string}</ManagementUrl>
   <Name>{string}</Name>
   <SerialNumber>{string}</SerialNumber>
</Data>
where the response elements are defined as follows:
Example
Sample Request
This request retrieves information about the tape library with the UUID 3ca7f00b-b148-4f56-9964-9aeefb88e879.
GET http://blackpearl-hostname/_rest_/tape_library/3ca7f00b-b148-4f56-9964-9aeefb88e879/ HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <Id>3ca7f00b-b148-4f56-9964-9aeefb88e879</Id>
   <ManagementUrl>10.10.11.10</ManagementUrl>
   <Name>T950Library</Name>
   <SerialNumber>0918401</SerialNumber>
</Data>