Users Guide

Security
Table 71. Security
Type Name
apiKey AdminSecurity
List of media
GET /library/mediainfo
Description
Returns the list of media that is located in the library, including detailed information.
Responses
Table 72. Responses
HTTP code Description Schema
200 OK <MediaInfoData> array
401 Access denied - not
authenticated
No content
500 Error occurred at operation. Error
Produces
application/json
Security
Table 73. Security
Type Name
apiKey UserSecurity
Example HTTP response
Response 200
[ {
"Barcode" : "TC070ML5",
"LocationType" : "SLOT",
"LogicalNumber" : "2.34",
"PhysicalNumber" : "74",
"Cleaning" : "FALSE",
"Partition" : "1",
"Generation" : "5",
"SubType" : "0",
"Protection" : "FALSE",
"Encryption" : "FALSE",
"NoLoads" : "148",
"MBRead" : "153",
"MBReadLoad" : "150",
"MBWritten" : "226",
"MBWrittenLoad" : "226"
}, {
"Barcode" : "000113L5",
"LocationType" : "SLOT",
"LogicalNumber" : "3.4",
"PhysicalNumber" : "84",
"Cleaning" : "FALSE",
"Partition" : "1",
"Generation" : "5",
"SubType" : "0",
"Protection" : "FALSE",
Appendix D. REST API for scalable tape libraries
177