Get Tape Library Description Get information about the specified tape library. Requests Syntax GET http[s]://{datapathDNSname}/_rest_/tape_library/{tape_library_id}/ 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: Parameter Description Data The container for the response. Id The UUID for the library. ManagementUrl The IP address to access the library’s BlueScale web server. Name The name for the library. SerialNumber The serial number for the library. 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>