Gets summary of tape storage pool volumes stats for a particular day
Requires authentication? | Yes (HTTP authentication using user name and API key) |
Response formats | JSON |
api/tapestoragepoolvolumes/nodedetailsbydaterange?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&tapeStoragePoolName=COPYPOOL_LTO
Name | Description |
---|---|
nodeGuid required |
Unique identifier for the predatar agent |
tapeStoragePoolName required |
Tape Storage Pool Name |
[
{
"DateTimeCreated": "2015-09-20T06:30:05",
"LibraryName": null,
"StgPool_Name": null,
"PoolType": null,
"NumScratchUsed": 0.0,
"Access": null,
"NodeGuid": "00000000-0000-0000-0000-000000000000"
},
{
"DateTimeCreated": "2015-09-19T06:30:06",
"LibraryName": null,
"StgPool_Name": null,
"PoolType": null,
"NumScratchUsed": 0.0,
"Access": null,
"NodeGuid": "00000000-0000-0000-0000-000000000000"
},
{
"DateTimeCreated": "2015-09-18T06:30:09",
"LibraryName": null,
"StgPool_Name": null,
"PoolType": null,
"NumScratchUsed": 0.0,
"Access": null,
"NodeGuid": "00000000-0000-0000-0000-000000000000"
},
{
"DateTimeCreated": "2015-09-17T06:30:09",
"LibraryName": null,
"StgPool_Name": null,
"PoolType": null,
"NumScratchUsed": 0.0,
"Access": null,
"NodeGuid": "00000000-0000-0000-0000-000000000000"
}
]