GET api/tapestoragepoolvolumes/detailsbydate

Gets summary of tape storage pool volumes stats for a particular day

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/tapestoragepoolvolumes/detailsbydate?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&startDate=2016-01-01 00:00  
Parameters
Name Description
nodeGuid
required
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
Example Result
[
  {
    "DateTimeCreated": "2015-09-20T00:00:00",
    "LibraryName": "TS3200",
    "StgPool_Name": "ARRHPOOL_LTO",
    "PoolType": "PRIMARY",
    "NumScratchUsed": 0.0,
    "Access": "READWRITE",
    "NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6"
  },
  {
    "DateTimeCreated": "2015-09-20T00:00:00",
    "LibraryName": "TS3200",
    "StgPool_Name": "NDMPTAPE",
    "PoolType": "PRIMARY",
    "NumScratchUsed": 0.0,
    "Access": "READWRITE",
    "NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6"
  },
  {
    "DateTimeCreated": "2015-09-20T00:00:00",
    "LibraryName": "TS3200",
    "StgPool_Name": "TAPEPOOL_LTO",
    "PoolType": "PRIMARY",
    "NumScratchUsed": 6.0,
    "Access": "READWRITE",
    "NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6"
  },
  {
    "DateTimeCreated": "2015-09-20T00:00:00",
    "LibraryName": "TS3200",
    "StgPool_Name": "COPYPOOL_LTO",
    "PoolType": "COPY",
    "NumScratchUsed": 0.0,
    "Access": "READWRITE",
    "NodeGuid": "7E08BD44-752F-4839-9F2A-840E5CB028A6"
  }
]