GET api/tapedriveutilisation/libraries

Gets tape drive utilisation library names

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/tapedriveutilisation/libraries?organisationId=2&nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&startDate=2016-01-01  
Parameters
Name Description
organisationId
required
Id of the organisation
nodeGuid
optional
Unique identifier for the predatar agent
startDate
optional
Start date in the format yyyy-MM-dd. If not specified, then the default value will be used, which will be seven days before the current date
endDate
optional
End date in the format yyyy-MM-dd. If not specified, then the default value will be used, which will be the current date
Example Result
[
  {
    "LibraryName": "IBM_TSXX10"
  },
  {
    "LibraryName": "IBM_TSAQ20"
  },
  {
    "LibraryName": "TSSD00"
  },
  {
    "LibraryName": "TSTG10"
  },
  {
    "LibraryName": "TSMKI09"
  }
]