GET api/libraryUtilisation/summary

Gets summary of library utilisation stats based on the date range specified

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/libraryUtilisation/summary?organisationId=5&startDate=2016-01-01 00:00  
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 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
libraryName
optional
Library name for which the data is to be retrieved
Example Result
[
  {
    "ServerName": "TSM-ABC-01",
    "SumPrivate": 3.0,
    "SumScratch": 6.0,
    "DateCreated": "2015-11-10T00:00:00",
    "SumSlots": 9.0,
    "MaxSlots": 35.0,
    "DateCreated2": "2015-11-10T00:00:00",
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "LibraryName": null,
    "TotalSlots": 26.0,
    "PercentSumPrivate": 8.6,
    "PercentSumScratch": 17.1,
    "PercentUsed": 74.3
  },
  {
    "ServerName": "TSM-ABC-02",
    "SumPrivate": 4.0,
    "SumScratch": 9.0,
    "DateCreated": "2015-11-09T00:00:00",
    "SumSlots": 13.0,
    "MaxSlots": 35.0,
    "DateCreated2": "2015-11-09T00:00:00",
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "LibraryName": null,
    "TotalSlots": 22.0,
    "PercentSumPrivate": 11.4,
    "PercentSumScratch": 25.7,
    "PercentUsed": 62.9
  },
  {
    "ServerName": "TSM-ABC-03",
    "SumPrivate": 2.0,
    "SumScratch": 11.0,
    "DateCreated": "2015-11-08T00:00:00",
    "SumSlots": 13.0,
    "MaxSlots": 35.0,
    "DateCreated2": "2015-11-08T00:00:00",
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "LibraryName": null,
    "TotalSlots": 22.0,
    "PercentSumPrivate": 5.7,
    "PercentSumScratch": 31.4,
    "PercentUsed": 62.9
  },
  {
    "ServerName": "TSM-ABC-04",
    "SumPrivate": 2.0,
    "SumScratch": 11.0,
    "DateCreated": "2015-11-07T00:00:00",
    "SumSlots": 13.0,
    "MaxSlots": 35.0,
    "DateCreated2": "2015-11-07T00:00:00",
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "LibraryName": null,
    "TotalSlots": 22.0,
    "PercentSumPrivate": 5.7,
    "PercentSumScratch": 31.4,
    "PercentUsed": 62.9
  }
  ]