GET api/libraryUtilisation/libraries

Gets all library names based on the TSM server and date range

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/libraryUtilisation/libraries?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&startDate=2010-01-01 00:00&endDate=2016-03-01 00:00  
Parameters
Name Description
nodeGuid
required
Unique identifier for the predatar agent
startDate
optional
Start date in the format yyyy-MM-dd HH:mm. 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 HH:mm. If not specified, then the default value will be used, which will be the current date
Example Result
[
  "IBM_SQ3110",
  "IBM_TG6320",
  "TSA210",
  "TSQL500"
]