GET api/sequentialdiskpools/nodedetailsbydate

Gets sequential disk pools details for a particular TSM node and activity based on the date range specified

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/sequentialdiskpools/nodedetailsbydate?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&STGPoolName=poolTSM&date=2016-01-01  
Parameters
Name Description
nodeGuid
required
Unique identifier for the predatar agent
STGPoolName
required
Storage pool name for which the data is to be retrieved.
date
optional
Date for which the data need to be viewed in the format yyyy-MM-dd. If not specified, then the current date will be used.
Example Result
[
  {
    "ServerName": "TSM-ABC-01",
    "NodeGUID": "AFAAEAAE-AAA4-AAB3-AAD1-11CEE1D111D4",
    "STGPoolName": "DEDUPPOOL",
    "PoolType": "PRIMARY",
    "DevClass": "STGFILE",
    "EstCapacityGBs": 13785.0,
    "TriggerPCTUtil": 80.6,
    "PctUtilized": 31.3,
    "PctMigr": 31.3,
    "PctLogical": 98.8,
    "MaxScratch": 400.0,
    "NumScratchUsed": 114.0,
    "DeDuplicate": "YES",
    "ClinetDedupData": "No",
    "EstUsedGB": 4314.71,
    "TimeRun": "2016-02-24T14:49:59"
  },
  {
   "ServerName": "TSM-ABC-01",
    "NodeGUID": "AFAAEAAE-AAA4-AAB3-AAD1-11CEE1D111D4",
    "STGPoolName": "DEDUPPOOL",
    "PoolType": "PRIMARY",
    "DevClass": "STGFILE",
    "EstCapacityGBs": 13778.95,
    "TriggerPCTUtil": 80.3,
    "PctUtilized": 31.2,
    "PctMigr": 31.2,
    "PctLogical": 98.8,
    "MaxScratch": 400.0,
    "NumScratchUsed": 114.0,
    "DeDuplicate": "YES",
    "ClinetDedupData": "No",
    "EstUsedGB": 4299.03,
    "TimeRun": "2016-03-14T07:00:22"
  },
  {
   "ServerName": "TSM-ABC-01",
    "NodeGUID": "AFAAEAAE-AAA4-AAB3-AAD1-11CEE1D111D4",
    "STGPoolName": "DEDUPPOOL",
    "PoolType": "PRIMARY",
    "DevClass": "STGFILE",
    "EstCapacityGBs": 13792.52,
    "TriggerPCTUtil": 80.7,
    "PctUtilized": 31.3,
    "PctMigr": 31.3,
    "PctLogical": 98.8,
    "MaxScratch": 400.0,
    "NumScratchUsed": 114.0,
    "DeDuplicate": "YES",
    "ClinetDedupData": "No",
    "EstUsedGB": 4317.06,
    "TimeRun": "2016-02-18T14:36:17"
  },
  {
    "ServerName": "TSM-ABC-01",
    "NodeGUID": "AFAAEAAE-AAA4-AAB3-AAD1-11CEE1D111D4",
    "STGPoolName": "DEDUPPOOL",
    "PoolType": "PRIMARY",
    "DevClass": "STGFILE",
    "EstCapacityGBs": 13778.47,
    "TriggerPCTUtil": 80.4,
    "PctUtilized": 31.3,
    "PctMigr": 31.3,
    "PctLogical": 98.8,
    "MaxScratch": 400.0,
    "NumScratchUsed": 114.0,
    "DeDuplicate": "YES",
    "ClinetDedupData": "No",
    "EstUsedGB": 4312.66,
    "TimeRun": "2016-03-07T07:00:21"
  }
  ]