GET api/tapestoragepoolvolumes/nodedetailsbydaterange

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/nodedetailsbydaterange?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&tapeStoragePoolName=COPYPOOL_LTO  
Parameters
Name Description
nodeGuid
required
Unique identifier for the predatar agent
tapeStoragePoolName
required
Tape Storage Pool Name
Example Result
[
  {
    "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"
  }
  
  ]