Gets summary of library utilisation stats for a particular day
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/libraryUtilisation/nodedetailsbydaterange?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&libraryName=LIB_TSM01&status=Cleaner&lastUse=Data
| Name | Description |
|---|---|
|
nodeGuid required |
Unique identifier for the predatar agent |
|
libraryName required |
Library name for which the data is to be retrieved |
|
status optional |
Status for which the data is to be retrieved. e.g. Cleaner, Private, Scratch. If not specified, then the default value will be empty string. |
|
lastUse optional |
Last Use for which the data is to be retrieved.e.g. DbBackup, Data, BackupSet. If not specified, then the default value will be empty string. |
[
{
"LibraryName": null,
"Status": null,
"LastUse": null,
"DevType": null,
"MediaType": null,
"UsedSlots": 2,
"DateCreated": "0001-01-01T00:00:00",
"NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
"TimeRun": "0001-01-01T00:00:00",
"DateTimeCreated": "2015-11-10T06:47:04"
},
{
"LibraryName": null,
"Status": null,
"LastUse": null,
"DevType": null,
"MediaType": null,
"UsedSlots": 2,
"DateCreated": "0001-01-01T00:00:00",
"NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
"TimeRun": "0001-01-01T00:00:00",
"DateTimeCreated": "2015-11-09T06:47:02"
},
{
"LibraryName": null,
"Status": null,
"LastUse": null,
"DevType": null,
"MediaType": null,
"UsedSlots": 2,
"DateCreated": "0001-01-01T00:00:00",
"NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
"TimeRun": "0001-01-01T00:00:00",
"DateTimeCreated": "2015-11-08T06:47:08"
},
{
"LibraryName": null,
"Status": null,
"LastUse": null,
"DevType": null,
"MediaType": null,
"UsedSlots": 2,
"DateCreated": "0001-01-01T00:00:00",
"NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
"TimeRun": "0001-01-01T00:00:00",
"DateTimeCreated": "2015-11-07T06:47:04"
}
]