Gets tape drive utilisation detailed stats for a particular day
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/tapedriveutilisation/detailsbydate?organisationId=2&nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&date=2016-01-01 00:00
| Name | Description |
|---|---|
|
organisationId required |
Id of the organisation |
|
nodeGuid optional |
Unique identifier for the predatar agent |
|
date optional |
Date for which the data need to be viewed in the format yyyy-MM-dd HH:mm. If not specified, then the current date will be used. |
|
libraryName optional |
Library name for which the data is to be retrieved |
[
{
"NodeGuid": "99DC4999-6111-48BC-9999-AD3F38699997",
"ServerName": "ABCTSM01",
"TotalMounts": 0.0,
"TotalMountTime": 0.0,
"TotalMountTimeStr": "0 mins",
"DriveUsagePct": 0.0,
"DriveUsage": []
},
{
"NodeGuid": "99DC4999-6111-48BC-9999-AD3F38696697",
"ServerName": "SILVTSMABCV_02",
"TotalMounts": 0.0,
"TotalMountTime": 0.0,
"TotalMountTimeStr": "0 mins",
"DriveUsagePct": 0.0,
"DriveUsage": []
},
{
"NodeGuid": "99DC4999-6111-48BC-9999-AD3F38697797",
"ServerName": "SILVT111",
"TotalMounts": 0.0,
"TotalMountTime": 0.0,
"TotalMountTimeStr": "0 mins",
"DriveUsagePct": 0.0,
"DriveUsage": []
},
{
"NodeGuid": "99DC4999-6111-48BC-9999-AD3F38699887",
"ServerName": "SILVUATTSM0102",
"TotalMounts": 0.0,
"TotalMountTime": 0.0,
"TotalMountTimeStr": "0 mins",
"DriveUsagePct": 0.0,
"DriveUsage": []
}
]