Gets summary of tape drive utilisation stats based on the date range specified
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/tapedriveutilisation/summary?organisationId=2&nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&startDate=2016-01-01 00:00
| 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. If not specified, then the data for all libraries will be retrieved. |
[
{
"DateCreated": "2016-03-10T00:00:00",
"PercentUtilisation": 10.0
},
{
"DateCreated": "2016-03-09T00:00:00",
"PercentUtilisation": 30.0
},
{
"DateCreated": "2016-03-08T00:00:00",
"PercentUtilisation": 30.0
},
{
"DateCreated": "2016-03-07T00:00:00",
"PercentUtilisation": 60.0
}
]