GET api/libraryUtilisation/detailsbydate

Gets summary of library utilisation stats for a particular day

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/libraryUtilisation/detailsbydate?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&startDate=2016-01-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
Example Result
[
  {
    "LibraryName": "DEF_TS3310",
    "Status": "Cleaner",
    "LastUse": "",
    "DevType": "LTO",
    "MediaType": "LTO-1",
    "UsedSlots": 2,
    "DateCreated": "2015-11-10T00:00:00",
    "NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "TimeRun": "2015-11-10T06:47:04",
    "DateTimeCreated": "0001-01-01T00:00:00"
  },
  {
    "LibraryName": "DEF_TS3310",
    "Status": "Private",
    "LastUse": "Data",
    "DevType": "LTO",
    "MediaType": "LTO-5",
    "UsedSlots": 1,
    "DateCreated": "2015-11-10T00:00:00",
    "NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "TimeRun": "2015-11-10T06:47:04",
    "DateTimeCreated": "0001-01-01T00:00:00"
  },
  {
    "LibraryName": "DEF_TS3310",
    "Status": "Private",
    "LastUse": "DbBackup",
    "DevType": "LTO",
    "MediaType": "LTO-5",
    "UsedSlots": 2,
    "DateCreated": "2015-11-10T00:00:00",
    "NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "TimeRun": "2015-11-10T06:47:04",
    "DateTimeCreated": "0001-01-01T00:00:00"
  },
  {
    "LibraryName": "DEF_TS3310",
    "Status": "Scratch",
    "LastUse": "",
    "DevType": "LTO",
    "MediaType": "LTO-5",
    "UsedSlots": 6,
    "DateCreated": "2015-11-10T00:00:00",
    "NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "TimeRun": "2015-11-10T06:47:04",
    "DateTimeCreated": "0001-01-01T00:00:00"
  }
]